more cleanup

This commit is contained in:
Julian Sutter 2025-11-03 09:59:45 -08:00
parent e80cc15caf
commit 522818dc25
4 changed files with 6 additions and 9 deletions

View file

@ -55,7 +55,7 @@
system.stateVersion = "25.05";
nixpkgs.config.allowUnfree = true;
nixpkgs.config.nvidia.acceptLicense = true;
nixpkgs.config.nvidia.libsOnly = false;
nixpkgs.config.nvidia.libsOnly = true;
nixpkgs.config.allowBroken = true;
# Location & internationalisation
@ -154,4 +154,6 @@
SUBSYSTEM=="usb", MODE="0664", GROUP="plugdev"
'';
nix.settings.download-buffer-size = 536870912;
}