nix fmt
This commit is contained in:
parent
368aca81f6
commit
f4381167da
|
@ -74,7 +74,7 @@
|
||||||
};
|
};
|
||||||
config = lib.mkIf config.services.wanireminder.enable {
|
config = lib.mkIf config.services.wanireminder.enable {
|
||||||
systemd.timers.wanireminder = {
|
systemd.timers.wanireminder = {
|
||||||
wantedBy = [ "timers.target" ];
|
wantedBy = ["timers.target"];
|
||||||
after = ["network.target"];
|
after = ["network.target"];
|
||||||
timerConfig = {
|
timerConfig = {
|
||||||
OnCalendar = config.services.wanireminder.calendarTimes;
|
OnCalendar = config.services.wanireminder.calendarTimes;
|
||||||
|
|
Loading…
Reference in a new issue