fix backup service

This commit is contained in:
2025-01-13 17:17:18 +01:00
parent fa0d427240
commit 7a57d2cfec
2 changed files with 2 additions and 0 deletions

View File

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