Reeschedule doom-upgrade and nix-gc

This commit is contained in:
coolneng 2021-03-23 00:14:00 +01:00
parent 7b097f84e9
commit 3490f97f1d
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@
gc = {
automatic = true;
options = "--delete-older-than 7d";
dates = "22:00";
dates = "Tue 23:00";
};
extraOptions = ''
keep-outputs = true

View File

@ -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";
};
};