diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/default.nix b/modules/default.nix index 21e86fc..49f08c5 100644 --- a/modules/default.nix +++ b/modules/default.nix @@ -8,7 +8,7 @@ in { mkSystem = hostname: system: nixpkgsVersion: modules: { ${hostname} = nixpkgsVersion.lib.nixosSystem { - system = system; + inherit system; modules = (mkModules modules) ++ [ "${inputs.self}/hosts/${hostname}" "${inputs.self}/modules/users" |