diff options
Diffstat (limited to 'custom')
-rw-r--r-- | custom/borgbackup.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/borgbackup.nix b/custom/borgbackup.nix index 95b3ce24..7f2b0916 100644 --- a/custom/borgbackup.nix +++ b/custom/borgbackup.nix | |||
@@ -79,7 +79,7 @@ in { | |||
79 | 79 | ||
80 | systemd.services = (mapAttrs' (target: tCfg: nameValuePair "borgbackup-${target}@" (let | 80 | systemd.services = (mapAttrs' (target: tCfg: nameValuePair "borgbackup-${target}@" (let |
81 | deps = flatten [ | 81 | deps = flatten [ |
82 | (optional (cfg.snapshots == "btrfs") "btrfs-snapshot@%p.service") | 82 | (optional (cfg.snapshots == "btrfs") "btrfs-snapshot@%i.service") |
83 | (optional tCfg.network "network-online.target") | 83 | (optional tCfg.network "network-online.target") |
84 | ]; | 84 | ]; |
85 | in { | 85 | in { |