fix gc
This commit is contained in:
parent
0af87b7f0b
commit
d021c1b7c5
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@
|
|||
services.tailscale.enable = true;
|
||||
|
||||
# Garbage collection -- Keep the system clean
|
||||
gc = {
|
||||
nix.gc = {
|
||||
automatic = true;
|
||||
dates = "weekly";
|
||||
options = "--delete-older-than 30d";
|
||||
|
|
Loading…
Reference in a new issue