Fix doom-purge timer
This commit is contained in:
parent
e78f0d194d
commit
f6f655af5c
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue