summaryrefslogtreecommitdiff
path: root/os/cez/modules
diff options
context:
space:
mode:
Diffstat (limited to 'os/cez/modules')
-rw-r--r--os/cez/modules/specialisation.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/os/cez/modules/specialisation.nix b/os/cez/modules/specialisation.nix
index ccee839..abc08e8 100644
--- a/os/cez/modules/specialisation.nix
+++ b/os/cez/modules/specialisation.nix
@@ -22,7 +22,5 @@
xserver.videoDrivers = [ "nvidia" ];
tlp.settings.PLATFORM_PROFILE_ON_AC = lib.mkForce "performance";
};
- nixpkgs.config.allowUnfreePredicate =
- pkg: builtins.elem (lib.getName pkg) [ "nvidia-x11" ];
};
}