diff options
Diffstat (limited to 'custom')
-rw-r--r-- | custom/lvm-snapshots.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/custom/lvm-snapshots.nix b/custom/lvm-snapshots.nix index 55044ca0..e1e6fa41 100644 --- a/custom/lvm-snapshots.nix +++ b/custom/lvm-snapshots.nix | |||
@@ -86,6 +86,7 @@ in { | |||
86 | }; | 86 | }; |
87 | 87 | ||
88 | bindsTo = [ ("lvm-snapshot@" + name) ]; | 88 | bindsTo = [ ("lvm-snapshot@" + name) ]; |
89 | after = [ ("lvm-snapshot@" + name) ]; | ||
89 | 90 | ||
90 | options = mkIf scfg.readOnly "ro"; | 91 | options = mkIf scfg.readOnly "ro"; |
91 | 92 | ||