summaryrefslogtreecommitdiff
path: root/custom
diff options
context:
space:
mode:
Diffstat (limited to 'custom')
-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 f3ad44a1..29156988 100644
--- a/custom/lvm-snapshots.nix
+++ b/custom/lvm-snapshots.nix
@@ -70,7 +70,6 @@ in {
70 70
71 description = "LVM-snapshot of ${scfg.VG}/${scfg.LV}"; 71 description = "LVM-snapshot of ${scfg.VG}/${scfg.LV}";
72 72
73 boundBy = ["${escapeSystemdPath "/dev/${scfg.VG}/${snapshotName name}"}.device"];
74 bindsTo = ["${escapeSystemdPath "/dev/${scfg.VG}/${scfg.LV}"}.device"]; 73 bindsTo = ["${escapeSystemdPath "/dev/${scfg.VG}/${scfg.LV}"}.device"];
75 after = ["${escapeSystemdPath "/dev/${scfg.VG}/${scfg.LV}"}.device"]; 74 after = ["${escapeSystemdPath "/dev/${scfg.VG}/${scfg.LV}"}.device"];
76 75