summaryrefslogtreecommitdiff
path: root/custom
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2017-12-17 01:07:29 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2017-12-17 01:07:29 +0100
commitce7d5bc5f93d204316a095961ea313edc1b036a7 (patch)
treed6a5a9248756845ff5d1bc519aae5beb014ca28e /custom
parent37959fc7e5a62d16c76fa4ab47fa5b349913de2a (diff)
downloadnixos-ce7d5bc5f93d204316a095961ea313edc1b036a7.tar
nixos-ce7d5bc5f93d204316a095961ea313edc1b036a7.tar.gz
nixos-ce7d5bc5f93d204316a095961ea313edc1b036a7.tar.bz2
nixos-ce7d5bc5f93d204316a095961ea313edc1b036a7.tar.xz
nixos-ce7d5bc5f93d204316a095961ea313edc1b036a7.zip
Diffstat (limited to 'custom')
-rw-r--r--custom/btrfs-snapshots.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/btrfs-snapshots.nix b/custom/btrfs-snapshots.nix
index 2722afc3..03b17d23 100644
--- a/custom/btrfs-snapshots.nix
+++ b/custom/btrfs-snapshots.nix
@@ -43,7 +43,7 @@ in {
43 43
44 unitConfig = { 44 unitConfig = {
45 AssertPathIsDirectory = cfg.mountPoint; 45 AssertPathIsDirectory = cfg.mountPoint;
46 StopWhenUnneeded = !persist; 46 StopWhenUnneeded = !cfg.persist;
47 }; 47 };
48 48
49 serviceConfig = with pkgs; { 49 serviceConfig = with pkgs; {