Fix doom-purge timer

This commit is contained in:
coolneng 2021-03-30 18:22:41 +02:00
parent e78f0d194d
commit f6f655af5c
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
description = "Monthly purge of Doom Emacs";
wantedBy = [ "default.target" ];
timerConfig = {
OnCalendar = "13 22:00:00";
OnCalendar = "13-*-* 22:00:00";
Unit = "doom-purge.service";
};
};