maybe it's fixed
This commit is contained in:
parent
4d1e79ac39
commit
99e2e59b98
1 changed files with 1 additions and 1 deletions
|
@ -509,7 +509,7 @@ fileSystems."/mnt/nas/tvshows" = {
|
||||||
nix.settings.auto-optimise-store = true;
|
nix.settings.auto-optimise-store = true;
|
||||||
nix.gc = {
|
nix.gc = {
|
||||||
automatic = true;
|
automatic = true;
|
||||||
interval = { Weekday = 0; Hour = 0; Minute = 0; };
|
dates = "weekly";
|
||||||
options = "--delete-older-than 30d";
|
options = "--delete-older-than 30d";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue