diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-12-17 01:07:29 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-12-17 01:07:29 +0100 |
commit | ce7d5bc5f93d204316a095961ea313edc1b036a7 (patch) | |
tree | d6a5a9248756845ff5d1bc519aae5beb014ca28e /custom | |
parent | 37959fc7e5a62d16c76fa4ab47fa5b349913de2a (diff) | |
download | nixos-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.nix | 2 |
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; { |