mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Hardware/Nvidia] Add better NVidia GPU support, including proprietary drivers
This commit is contained in:
parent
cab07f3d14
commit
37ff0a5320
4 changed files with 58 additions and 2 deletions
|
|
@ -75,7 +75,7 @@ in
|
|||
};
|
||||
|
||||
security.allowUserNamespaces = mkDefault true;
|
||||
boot.blacklistedKernelModules = mkForce [ ];
|
||||
# boot.blacklistedKernelModules = mkForce [ ];
|
||||
|
||||
nix.allowedUsers = mkIf cfg.hardcore [ "@wheel" ];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue