From 779d36a756918ef8468a0712f5d79c7795ef67fe Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 17 Dec 2017 01:08:16 +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 21213afb..f83d7927 100644 --- a/hel.nix +++ b/hel.nix @@ -522,8 +522,8 @@ systemd.services."backup-odin@" = { enable = true; - bindsTo = [ "btrfs-snapshots@%i.service" ]; - after = [ "btrfs-snapshots@%i.service" ]; + bindsTo = [ "btrfs-snapshot@%i.service" ]; + after = [ "btrfs-snapshot@%i.service" ]; path = with pkgs; [borgbackup]; -- cgit v1.2.3