summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-04-09 16:22:22 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-04-09 16:22:22 +0200
commitb4aa99bdf8f368601bed8aa2013d1161ae95f2bf (patch)
tree16ed6723e0bce75193d61e5ab5d364ce0baea237
parent692b247c323874187e111b407a995417a8ffb268 (diff)
downloadnixos-b4aa99bdf8f368601bed8aa2013d1161ae95f2bf.tar
nixos-b4aa99bdf8f368601bed8aa2013d1161ae95f2bf.tar.gz
nixos-b4aa99bdf8f368601bed8aa2013d1161ae95f2bf.tar.bz2
nixos-b4aa99bdf8f368601bed8aa2013d1161ae95f2bf.tar.xz
nixos-b4aa99bdf8f368601bed8aa2013d1161ae95f2bf.zip
-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