Set wantedBy for enabled timer

This commit is contained in:
Torjus Håkestad 2024-06-02 22:45:23 +02:00
parent 5f9955cf8d
commit 632020cc74

View File

@ -69,6 +69,7 @@ in
}; };
systemd.units."backup-helper@etc-machine\x2did.timer" = { systemd.units."backup-helper@etc-machine\x2did.timer" = {
enable = true; enable = true;
wantedBy = [ "timers.target" ];
}; };
}; };
} }