backup: fix timers for nasback after boot

This commit is contained in:
Kabbone 2025-01-13 17:45:09 +01:00
parent 7a57d2cfec
commit e0687bcc28
Signed by: Kabbone
SSH Key Fingerprint: SHA256:A5zPB5I6u5V78V51c362BBdCwhDhfDUVbt7NfKdjWBY

View File

@ -134,6 +134,7 @@
systemd.services = {
btrbk-bak = {
after = [ "network-online.target" ];
requires = [ "network-online.target" ];
};
};