summaryrefslogtreecommitdiff
path: root/custom/lvm-snapshots.nix
diff options
context:
space:
mode:
Diffstat (limited to 'custom/lvm-snapshots.nix')
-rw-r--r--custom/lvm-snapshots.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/custom/lvm-snapshots.nix b/custom/lvm-snapshots.nix
index c7f6416e..af8b61bb 100644
--- a/custom/lvm-snapshots.nix
+++ b/custom/lvm-snapshots.nix
@@ -50,7 +50,6 @@ in {
50 50
51 mountPoint = mkOption { 51 mountPoint = mkOption {
52 type = types.path; 52 type = types.path;
53 readOnly = true;
54 default = "/mnt"; 53 default = "/mnt";
55 }; 54 };
56 }; 55 };