diff options
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 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 | ||