From e959897e4bbf8149db6fa962da8d4aeec0246ab3 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 17 Dec 2017 00:23:52 +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') diff --git a/custom/btrfs-snapshots.nix b/custom/btrfs-snapshots.nix index 7caf7a30..c30045f9 100644 --- a/custom/btrfs-snapshots.nix +++ b/custom/btrfs-snapshots.nix @@ -5,7 +5,7 @@ with lib; let cfg = config.services.btrfs-snapshots; - snapshotMount = str: "${cfg.mountPoint}/${cfg.mountPrefix}${str}" + snapshotMount = str: "${cfg.mountPoint}/${cfg.mountPrefix}${str}"; in { options = { -- cgit v1.2.3