diff options
Diffstat (limited to 'custom')
| -rw-r--r-- | custom/lvm-snapshots.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/lvm-snapshots.nix b/custom/lvm-snapshots.nix index 21690bb5..b8ce7fc0 100644 --- a/custom/lvm-snapshots.nix +++ b/custom/lvm-snapshots.nix | |||
| @@ -57,7 +57,7 @@ in { | |||
| 57 | 57 | ||
| 58 | config = mkIf (cfg != {}) { | 58 | config = mkIf (cfg != {}) { |
| 59 | 59 | ||
| 60 | system.activationScripts = mapAttrs' (name: scfg: nameValuePair (lvm-mountpoint + name) '' | 60 | system.activationScripts = mapAttrs' (name: scfg: nameValuePair ("lvm-mountpoint" + name) '' |
| 61 | mkdir -p ${snapshotMount name} | 61 | mkdir -p ${snapshotMount name} |
| 62 | '') cfg.snapshots; | 62 | '') cfg.snapshots; |
| 63 | 63 | ||
