diff --git a/flake.nix b/flake.nix index 45804713..70a207a7 100644 --- a/flake.nix +++ b/flake.nix @@ -56,7 +56,7 @@ nixosConfigurations = { # Declare a generic configuration using the $hostname variable: ${hostname} = lib.nixosSystem { - inherit master unstable system; + inherit system; modules = [ # Configuration Imports ./hosts/${hostname}/hardware-configuration.nix # Hardware Configuration