diff --git a/hosts/dnsc-machine/default.nix b/hosts/dnsc-machine/default.nix index 58e5740..82ce202 100644 --- a/hosts/dnsc-machine/default.nix +++ b/hosts/dnsc-machine/default.nix @@ -35,7 +35,6 @@ }; }) ]; - nixpkgs.config.allowUnfree = true; # General settings networking.hostName = "dnsc-machine"; @@ -76,5 +75,7 @@ services.openssh.enable = true; services.udisks2.enable = true; + nixpkgs.config.allowUnfree = true; + system.stateVersion = "25.05"; }