Fix doom-purge timer
This commit is contained in:
parent
e78f0d194d
commit
f6f655af5c
|
@ -38,7 +38,7 @@
|
||||||
description = "Monthly purge of Doom Emacs";
|
description = "Monthly purge of Doom Emacs";
|
||||||
wantedBy = [ "default.target" ];
|
wantedBy = [ "default.target" ];
|
||||||
timerConfig = {
|
timerConfig = {
|
||||||
OnCalendar = "13 22:00:00";
|
OnCalendar = "13-*-* 22:00:00";
|
||||||
Unit = "doom-purge.service";
|
Unit = "doom-purge.service";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue