diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-09 12:32:28 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-09 12:32:28 +0200 |
| commit | 9bee59682e4e302fd3cafed0fcd54051d114b57d (patch) | |
| tree | 6004ebb4f772a273559144f12aaca074b916a9bb /custom | |
| parent | fce0ab3ff400a19b88d0d71a2586b691d8cfbaaf (diff) | |
| download | nixos-9bee59682e4e302fd3cafed0fcd54051d114b57d.tar nixos-9bee59682e4e302fd3cafed0fcd54051d114b57d.tar.gz nixos-9bee59682e4e302fd3cafed0fcd54051d114b57d.tar.bz2 nixos-9bee59682e4e302fd3cafed0fcd54051d114b57d.tar.xz nixos-9bee59682e4e302fd3cafed0fcd54051d114b57d.zip | |
…
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 | ||
