summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hel.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/hel.nix b/hel.nix
index f83d7927..96a8c795 100644
--- a/hel.nix
+++ b/hel.nix
@@ -522,8 +522,8 @@
522 systemd.services."backup-odin@" = { 522 systemd.services."backup-odin@" = {
523 enable = true; 523 enable = true;
524 524
525 bindsTo = [ "btrfs-snapshot@%i.service" ]; 525 bindsTo = [ "btrfs-snapshot@%i.service" "network-online.target" ];
526 after = [ "btrfs-snapshot@%i.service" ]; 526 after = [ "btrfs-snapshot@%i.service" "network-online.target" ];
527 527
528 path = with pkgs; [borgbackup]; 528 path = with pkgs; [borgbackup];
529 529