backup: fix timers after boot, prepare steamdeck

This commit is contained in:
2024-10-20 11:00:40 +02:00
parent 2e4f1d5dfa
commit 5c4e09f773
5 changed files with 50 additions and 13 deletions

View File

@@ -108,6 +108,10 @@
target = "/mnt/nas/Backups/Lifebook";
snapshot_dir = "@snapshots/@lifebook";
};
# "@steamdeck/@home" = {
# target = "/mnt/nas/Backups/Steamdeck";
# snapshot_dir = "@snapshots/@steamdeck";
# };
};
};
};
@@ -130,7 +134,7 @@
systemd.services = {
btrbk-bak = {
after = [ "network.target" ];
requires = [ "network-online.target" ];
};
};