diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-12-17 00:23:52 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-12-17 00:23:52 +0100 |
commit | e959897e4bbf8149db6fa962da8d4aeec0246ab3 (patch) | |
tree | fce00652c9580e76f5d5588131fe075b090b5829 /custom/btrfs-snapshots.nix | |
parent | 10537afaa7749e38fdb6a5e67be91afaabb47dc8 (diff) | |
download | nixos-e959897e4bbf8149db6fa962da8d4aeec0246ab3.tar nixos-e959897e4bbf8149db6fa962da8d4aeec0246ab3.tar.gz nixos-e959897e4bbf8149db6fa962da8d4aeec0246ab3.tar.bz2 nixos-e959897e4bbf8149db6fa962da8d4aeec0246ab3.tar.xz nixos-e959897e4bbf8149db6fa962da8d4aeec0246ab3.zip |
…
Diffstat (limited to 'custom/btrfs-snapshots.nix')
-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 7caf7a30..c30045f9 100644 --- a/custom/btrfs-snapshots.nix +++ b/custom/btrfs-snapshots.nix | |||
@@ -5,7 +5,7 @@ with lib; | |||
5 | let | 5 | let |
6 | cfg = config.services.btrfs-snapshots; | 6 | cfg = config.services.btrfs-snapshots; |
7 | 7 | ||
8 | snapshotMount = str: "${cfg.mountPoint}/${cfg.mountPrefix}${str}" | 8 | snapshotMount = str: "${cfg.mountPoint}/${cfg.mountPrefix}${str}"; |
9 | in { | 9 | in { |
10 | options = { | 10 | options = { |
11 | 11 | ||