flake+++++
This commit is contained in:
parent
a076ed5399
commit
e5d0d479c6
|
@ -63,6 +63,7 @@
|
||||||
};
|
};
|
||||||
config = lib.mkIf config.services.wanireminder.enable {
|
config = lib.mkIf config.services.wanireminder.enable {
|
||||||
systemd.timers.wanireminder = {
|
systemd.timers.wanireminder = {
|
||||||
|
wantedBy = [ "timers.target" ];
|
||||||
after = ["network.target"];
|
after = ["network.target"];
|
||||||
timerConfig = {
|
timerConfig = {
|
||||||
OnCalendar = "hourly";
|
OnCalendar = "hourly";
|
||||||
|
|
Loading…
Reference in a new issue