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