From 009d484c894294efbc8be9baa40db3688014e2e8 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 17 Dec 2017 01:06:45 +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 928c4777..3f0d0108 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-snapshots@%i.service" ]; + after = [ "btrfs-snapshots@%i.service" ]; path = with pkgs; [borgbackup]; -- cgit v1.2.3