mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-02-22 22:33:56 +01:00
fixed timer name
This commit is contained in:
parent
f7bc81be81
commit
e2b6e2a6a2
|
@ -75,7 +75,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
systemd.timers.borgmatic = {
|
||||
systemd.timers."borgmatic" = {
|
||||
enable = true;
|
||||
unit = "borgmatic.service";
|
||||
wantedBy = [ "timers.target" ];
|
||||
|
|
Loading…
Reference in a new issue