diff --git a/flake.nix b/flake.nix index 358b6a7..eedcba9 100644 --- a/flake.nix +++ b/flake.nix @@ -29,7 +29,7 @@ nixosConfigurations = nixpkgs.lib.foldl (c: s: c // { ${s.name} = nixpkgs.lib.nixosSystem { - system = s.system; + inherit (s) system; modules = [ ./hosts/${s.name} home-manager.nixosModules.home-manager