2 Commits

Author SHA1 Message Date
59cc987954 Enable open source NVidia driver in fox
It is recommended for newer versions.
2025-07-17 11:32:35 +02:00
d3ddb3e1a5 Remove option allowUnfree from fox and raccoon
It is already set to true for all machines.
2025-07-17 11:26:27 +02:00
2 changed files with 1 additions and 2 deletions

View File

@@ -55,8 +55,8 @@
# Configure Nvidia driver to use with CUDA
hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.production;
hardware.nvidia.open = true;
hardware.graphics.enable = true;
nixpkgs.config.allowUnfree = true;
nixpkgs.config.nvidia.acceptLicense = true;
services.xserver.videoDrivers = [ "nvidia" ];

View File

@@ -52,7 +52,6 @@
# Configure Nvidia driver to use with CUDA
hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.production;
hardware.graphics.enable = true;
nixpkgs.config.allowUnfree = true;
nixpkgs.config.nvidia.acceptLicense = true;
services.xserver.videoDrivers = [ "nvidia" ];