Tue Jun 4 01:48:49 AM CEST 2024
This commit is contained in:
parent
abb64b1d01
commit
d8c14f30d8
|
@ -142,6 +142,7 @@ in
|
||||||
script = "${notify_script}/bin/telegram-notify.py %i";
|
script = "${notify_script}/bin/telegram-notify.py %i";
|
||||||
};});
|
};});
|
||||||
systemd.user.timers = pkgs.lib.mapAttrs mkTimer scripts;
|
systemd.user.timers = pkgs.lib.mapAttrs mkTimer scripts;
|
||||||
|
|
||||||
# Don't forget to enable these timers! Or reboot, after which it should also be activated automatically
|
# Don't forget to enable these timers! Or reboot, after which it should also be activated automatically
|
||||||
# systemctl --user enable --now backup.timer
|
# systemctl --user enable --now backup.timer
|
||||||
# systemctl --user enable --now sync_vault.timer
|
# systemctl --user enable --now sync_vault.timer
|
||||||
|
|
Loading…
Reference in New Issue