diff options
| -rw-r--r-- | custom/lvm-snapshots.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/lvm-snapshots.nix b/custom/lvm-snapshots.nix index b8ce7fc0..ede67c58 100644 --- a/custom/lvm-snapshots.nix +++ b/custom/lvm-snapshots.nix | |||
| @@ -84,7 +84,7 @@ in { | |||
| 84 | StopWhenUnneeded = !scfg.persist; | 84 | StopWhenUnneeded = !scfg.persist; |
| 85 | }; | 85 | }; |
| 86 | 86 | ||
| 87 | bindsTo = "lvm-snapshot@" + name; | 87 | bindsTo = [ ("lvm-snapshot@" + name) ]; |
| 88 | 88 | ||
| 89 | options = mkIf scfg.readOnly "ro"; | 89 | options = mkIf scfg.readOnly "ro"; |
| 90 | 90 | ||
