diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-12-17 00:24:07 +0100 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-12-17 00:24:07 +0100 |
| commit | 33074171712c9b068db47f7f5afa8a8ded5809bb (patch) | |
| tree | 5a214f36e604c2daec5ded712b63a2dabadaff29 | |
| parent | e959897e4bbf8149db6fa962da8d4aeec0246ab3 (diff) | |
| download | nixos-33074171712c9b068db47f7f5afa8a8ded5809bb.tar nixos-33074171712c9b068db47f7f5afa8a8ded5809bb.tar.gz nixos-33074171712c9b068db47f7f5afa8a8ded5809bb.tar.bz2 nixos-33074171712c9b068db47f7f5afa8a8ded5809bb.tar.xz nixos-33074171712c9b068db47f7f5afa8a8ded5809bb.zip | |
…
| -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 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; { |
