diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-09 16:22:22 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-09 16:22:22 +0200 |
| commit | b4aa99bdf8f368601bed8aa2013d1161ae95f2bf (patch) | |
| tree | 16ed6723e0bce75193d61e5ab5d364ce0baea237 /custom | |
| parent | 692b247c323874187e111b407a995417a8ffb268 (diff) | |
| download | nixos-b4aa99bdf8f368601bed8aa2013d1161ae95f2bf.tar nixos-b4aa99bdf8f368601bed8aa2013d1161ae95f2bf.tar.gz nixos-b4aa99bdf8f368601bed8aa2013d1161ae95f2bf.tar.bz2 nixos-b4aa99bdf8f368601bed8aa2013d1161ae95f2bf.tar.xz nixos-b4aa99bdf8f368601bed8aa2013d1161ae95f2bf.zip | |
…
Diffstat (limited to 'custom')
| -rw-r--r-- | custom/lvm-snapshots.nix | 1 |
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 | ||
