[Hardware/Nvidia] Add better NVidia GPU support, including proprietary drivers

This commit is contained in:
Antoine Viallon 2022-02-28 22:53:09 +01:00
parent cab07f3d14
commit 37ff0a5320
Signed by: aviallon
GPG key ID: 186FC35EDEB25716
4 changed files with 58 additions and 2 deletions

View file

@ -75,7 +75,7 @@ in
};
security.allowUserNamespaces = mkDefault true;
boot.blacklistedKernelModules = mkForce [ ];
# boot.blacklistedKernelModules = mkForce [ ];
nix.allowedUsers = mkIf cfg.hardcore [ "@wheel" ];