diff --git a/flake.nix b/flake.nix index 2db6edf..9976dd5 100644 --- a/flake.nix +++ b/flake.nix @@ -38,7 +38,7 @@ # nixpkgs.lib.nixosSystem is a fucntion that is used to turn a attribute set into the config for a machiene nixpkgs.lib.nixosSystem { system = config.system; - modules = modules.system; + modules = config.modules; } ); }