🩹 (silicon/system) change dates "daily" to "12:00"
This commit is contained in:
parent
0d47653d4b
commit
c70f90562e
|
@ -41,6 +41,6 @@
|
|||
passCommand = "cat ${config.age.secrets.borgbackup.path}";
|
||||
};
|
||||
compression = "auto,zstd";
|
||||
startAt = "daily";
|
||||
startAt = "12:00";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -18,13 +18,13 @@
|
|||
nix.settings.auto-optimise-store = true;
|
||||
nix.optimise = {
|
||||
automatic = true;
|
||||
dates = "daily";
|
||||
dates = "12:00";
|
||||
};
|
||||
|
||||
# garbage collection
|
||||
nix.gc = {
|
||||
automatic = true;
|
||||
dates = "daily";
|
||||
dates = "12:00";
|
||||
options = "--delete-older-than 30d";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue