fixing something
This commit is contained in:
parent
5729dae5a6
commit
133a979683
1 changed files with 1 additions and 1 deletions
|
@ -340,7 +340,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; };
|
# interval = { Weekday = 0; Hour = 0; Minute = 0; };
|
||||||
options = "--delete-older-than 30d";
|
options = "--delete-older-than 30d";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue