From 33074171712c9b068db47f7f5afa8a8ded5809bb Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 17 Dec 2017 00:24:07 +0100 Subject: =?UTF-8?q?=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- custom/btrfs-snapshots.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'custom/btrfs-snapshots.nix') diff --git a/custom/btrfs-snapshots.nix b/custom/btrfs-snapshots.nix index c30045f9..9cee22ff 100644 --- a/custom/btrfs-snapshots.nix +++ b/custom/btrfs-snapshots.nix @@ -38,7 +38,7 @@ in { path = with pkgs; [btrfs-progs]; unitConfig = { - AssertPathIsDirectory = ${cfg.mountPoint}; + AssertPathIsDirectory = cfg.mountPoint; }; serviceConfig = with pkgs; { -- cgit v1.2.3