fixed timer name

This commit is contained in:
Harry 2024-08-25 12:46:55 +02:00
parent f7bc81be81
commit e2b6e2a6a2

View file

@ -75,7 +75,7 @@
};
};
systemd.timers.borgmatic = {
systemd.timers."borgmatic" = {
enable = true;
unit = "borgmatic.service";
wantedBy = [ "timers.target" ];