more cleanup
This commit is contained in:
parent
e80cc15caf
commit
522818dc25
4 changed files with 6 additions and 9 deletions
|
|
@ -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;
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue