added automatic weekly garbage collects

This commit is contained in:
Leyla Becker 2024-09-21 23:26:27 -05:00
parent 454f002883
commit 5c94b8f21a

View file

@ -3,8 +3,13 @@
../../users ../../users
]; ];
nix.settings.experimental-features = ["nix-command" "flakes"]; nix = {
nix.settings.trusted-users = ["leyla"]; settings = {
experimental-features = ["nix-command" "flakes"];
trusted-users = ["leyla"];
};
gc.automatic = true;
};
# Enable networking # Enable networking
networking.networkmanager.enable = true; networking.networkmanager.enable = true;