summaryrefslogtreecommitdiff
path: root/custom
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2017-12-17 00:23:52 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2017-12-17 00:23:52 +0100
commite959897e4bbf8149db6fa962da8d4aeec0246ab3 (patch)
treefce00652c9580e76f5d5588131fe075b090b5829 /custom
parent10537afaa7749e38fdb6a5e67be91afaabb47dc8 (diff)
downloadnixos-e959897e4bbf8149db6fa962da8d4aeec0246ab3.tar
nixos-e959897e4bbf8149db6fa962da8d4aeec0246ab3.tar.gz
nixos-e959897e4bbf8149db6fa962da8d4aeec0246ab3.tar.bz2
nixos-e959897e4bbf8149db6fa962da8d4aeec0246ab3.tar.xz
nixos-e959897e4bbf8149db6fa962da8d4aeec0246ab3.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 7caf7a30..c30045f9 100644
--- a/custom/btrfs-snapshots.nix
+++ b/custom/btrfs-snapshots.nix
@@ -5,7 +5,7 @@ with lib;
5let 5let
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}";
9in { 9in {
10 options = { 10 options = {
11 11