From cebd6cea038eea0594de250f394bec95f480160a Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 17 Dec 2017 01:08:31 +0100 Subject: =?UTF-8?q?=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hel.nix | 4 ++-- 1 file 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 @@ systemd.services."backup-odin@" = { enable = true; - bindsTo = [ "btrfs-snapshot@%i.service" ]; - after = [ "btrfs-snapshot@%i.service" ]; + bindsTo = [ "btrfs-snapshot@%i.service" "network-online.target" ]; + after = [ "btrfs-snapshot@%i.service" "network-online.target" ]; path = with pkgs; [borgbackup]; -- cgit v1.2.3