diff options
Diffstat (limited to 'configuration.nix')
| -rw-r--r-- | configuration.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configuration.nix b/configuration.nix index af520fb..f1af667 100644 --- a/configuration.nix +++ b/configuration.nix @@ -11,8 +11,6 @@ ./modules/monitoring ]; - nixpkgs.config.allowUnfree = true; - environment.systemPackages = with pkgs; [ bottom mtm @@ -42,6 +40,7 @@ automatic = true; dates = "weekly"; }; + nixpkgs.config.allowUnfree = true; system.stateVersion = "25.05"; } |
