This commit is contained in:
iFargle 2023-06-29 21:24:22 +09:00
parent 0af87b7f0b
commit d021c1b7c5

View file

@ -164,7 +164,7 @@
services.tailscale.enable = true; services.tailscale.enable = true;
# Garbage collection -- Keep the system clean # Garbage collection -- Keep the system clean
gc = { nix.gc = {
automatic = true; automatic = true;
dates = "weekly"; dates = "weekly";
options = "--delete-older-than 30d"; options = "--delete-older-than 30d";