Reeschedule doom-upgrade and nix-gc
This commit is contained in:
parent
7b097f84e9
commit
3490f97f1d
|
@ -39,7 +39,7 @@
|
||||||
gc = {
|
gc = {
|
||||||
automatic = true;
|
automatic = true;
|
||||||
options = "--delete-older-than 7d";
|
options = "--delete-older-than 7d";
|
||||||
dates = "22:00";
|
dates = "Tue 23:00";
|
||||||
};
|
};
|
||||||
extraOptions = ''
|
extraOptions = ''
|
||||||
keep-outputs = true
|
keep-outputs = true
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
description = "Daily upgrade of Doom Emacs";
|
description = "Daily upgrade of Doom Emacs";
|
||||||
wantedBy = [ "default.target" ];
|
wantedBy = [ "default.target" ];
|
||||||
timerConfig = {
|
timerConfig = {
|
||||||
OnCalendar = "20:00:00";
|
OnCalendar = "22:00:00";
|
||||||
Unit = "doom-upgrade.service";
|
Unit = "doom-upgrade.service";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue