diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-06-14 15:23:41 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-06-14 15:23:43 +0530 |
| commit | 58519ea7b12e8ad58c0f97d9636d30572a789b41 (patch) | |
| tree | a7b8f8607904c94d0dafd5067e07591623abc3aa /configuration.nix | |
| parent | 3ca2ed77934e9df990ace36836b05acd8372d0cb (diff) | |
| download | homeserver-nixos-config-58519ea7b12e8ad58c0f97d9636d30572a789b41.tar.gz homeserver-nixos-config-58519ea7b12e8ad58c0f97d9636d30572a789b41.zip | |
Refactor network module
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"; } |
