forked from rarias/jungle
Disable nix garbage collector
This commit is contained in:
parent
b87d79e1cc
commit
b513cd8982
@ -32,6 +32,9 @@
|
||||
nixpkgs.config.nvidia.acceptLicense = true;
|
||||
services.xserver.videoDrivers = [ "nvidia" ];
|
||||
|
||||
# Disable garbage collection for now
|
||||
nix.gc.automatic = lib.mkForce false;
|
||||
|
||||
services.openssh.settings.X11Forwarding = true;
|
||||
|
||||
nixpkgs.overlays = [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user