From e6f5baba683a515ca90ee62d0b06c724fa8e3693 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Tue, 9 Jan 2024 10:18:50 +0530 Subject: hosts: set hostname from flake --- flake.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 4307a26..df4d99a 100644 --- a/flake.nix +++ b/flake.nix @@ -15,6 +15,7 @@ makeHost = host: system: lib.nixosSystem { inherit system; modules = [ + { networking.hostName = host; } ./hosts/${host}/configuration.nix sops-nix.nixosModules.sops ]; -- cgit v1.2.3