diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-09-25 06:22:41 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-09-25 06:31:16 +0530 |
commit | 414198829b8708c84f6d7adfe952bb9746e1897a (patch) | |
tree | 232292e0091d803dcdef391fab36c1c7a7bfebe2 /os/cez/modules | |
parent | a6877d99dd51aaadf2b78d1edc80eead9b0782a1 (diff) |
pc/modules/nocodb: init
Diffstat (limited to 'os/cez/modules')
-rw-r--r-- | os/cez/modules/specialisation.nix | 2 |
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" ]; }; } |