From b98af7060b907cb28c2ee3e6508f9a3c5a051172 Mon Sep 17 00:00:00 2001 From: Purin <118902463+Dylouwu@users.noreply.github.com> Date: Mon, 25 Aug 2025 15:02:47 +0200 Subject: [PATCH] removed allowUnfree redundancy Signed-off-by: Purin <118902463+Dylouwu@users.noreply.github.com> --- nixos/nvidia.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/nvidia.nix b/nixos/nvidia.nix index e14e658..7ea1c62 100644 --- a/nixos/nvidia.nix +++ b/nixos/nvidia.nix @@ -39,7 +39,6 @@ in { # Configuration for proprietary packages nixpkgs.config = { nvidia.acceptLicense = true; - allowUnfree = true; # Simplified from specific allowUnfreePredicate }; # Nvidia configuration