From edac136f79e2e648ce3e9fe9d08ca85198ae1144 Mon Sep 17 00:00:00 2001 From: death916 Date: Thu, 15 May 2025 12:40:08 +0000 Subject: [PATCH] . --- nixos/homelab.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/homelab.nix b/nixos/homelab.nix index db5ed9c..6ddbbe1 100644 --- a/nixos/homelab.nix +++ b/nixos/homelab.nix @@ -11,7 +11,7 @@ # e.g., (../modules/common-settings.nix) ]; arrSuite.enable = true; - nixpkgs.config.allowUnfree = true; +# nixpkgs.config.allowUnfree = true; boot.loader.systemd-boot.enable = true; # Or grub, as appropriate for your server boot.loader.efi.canTouchEfiVariables = true;