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 928c4777..3f0d0108 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-snapshots@%i.service" ]; 525 bindsTo = [ "btrfs-snapshots@%i.service" ];
526 After = [ "btrfs-snapshots@%i.service" ]; 526 after = [ "btrfs-snapshots@%i.service" ];
527 527
528 path = with pkgs; [borgbackup]; 528 path = with pkgs; [borgbackup];
529 529