summaryrefslogtreecommitdiff
path: root/custom/btrfs-snapshots.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2017-12-17 00:24:07 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2017-12-17 00:24:07 +0100
commit33074171712c9b068db47f7f5afa8a8ded5809bb (patch)
tree5a214f36e604c2daec5ded712b63a2dabadaff29 /custom/btrfs-snapshots.nix
parente959897e4bbf8149db6fa962da8d4aeec0246ab3 (diff)
downloadnixos-33074171712c9b068db47f7f5afa8a8ded5809bb.tar
nixos-33074171712c9b068db47f7f5afa8a8ded5809bb.tar.gz
nixos-33074171712c9b068db47f7f5afa8a8ded5809bb.tar.bz2
nixos-33074171712c9b068db47f7f5afa8a8ded5809bb.tar.xz
nixos-33074171712c9b068db47f7f5afa8a8ded5809bb.zip
Diffstat (limited to 'custom/btrfs-snapshots.nix')
-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 c30045f9..9cee22ff 100644
--- a/custom/btrfs-snapshots.nix
+++ b/custom/btrfs-snapshots.nix
@@ -38,7 +38,7 @@ in {
38 path = with pkgs; [btrfs-progs]; 38 path = with pkgs; [btrfs-progs];
39 39
40 unitConfig = { 40 unitConfig = {
41 AssertPathIsDirectory = ${cfg.mountPoint}; 41 AssertPathIsDirectory = cfg.mountPoint;
42 }; 42 };
43 43
44 serviceConfig = with pkgs; { 44 serviceConfig = with pkgs; {