From 58519ea7b12e8ad58c0f97d9636d30572a789b41 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 14 Jun 2025 15:23:41 +0530 Subject: Refactor network module --- configuration.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'configuration.nix') 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"; } -- cgit v1.3.1