Disable nix garbage collector

This commit is contained in:
Rodrigo Arias 2025-03-18 16:48:47 +01:00
parent b87d79e1cc
commit b513cd8982

View File

@ -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 = [