mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-29 04:27:11 +08:00
Fix
This commit is contained in:
parent
a04dd396ae
commit
110048645d
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@
|
|||
gc = {
|
||||
automatic = true;
|
||||
dates = "03:15";
|
||||
options = "-delete-older-than 180d"; # Arguments to pass to nix-collect-garbage
|
||||
options = "--delete-older-than 180d"; # Arguments to pass to nix-collect-garbage
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue