From 83b7aae54bde197ad7d6a6e0615fc5770929625a Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Sun, 24 Mar 2024 16:21:11 +0530 Subject: common/nix: init --- flake.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 3e5f310..d8f6d7a 100644 --- a/flake.nix +++ b/flake.nix @@ -21,10 +21,13 @@ makeNixos = host: system: lib.nixosSystem { inherit system; modules = [ + { + networking.hostName = host; + nix.nixPath = [ "nixpkgs=${nixpkgs}" ]; + } + ./userdata.nix - { networking.hostName = host; } ./nixos/${host}/configuration.nix - sops-nix.nixosModules.sops ]; }; -- cgit v1.2.3