Skip to content

Commit b6a1b5e

Browse files
fix(luks); Passthrough filesystems of content for unmounting
1 parent b50c2e4 commit b6a1b5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/types/luks.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ in
214214
cryptsetup close "${config.name}"
215215
fi
216216
'';
217+
fs = lib.optionalAttrs (config.content != null) contentUnmount.fs or { };
217218
};
218219
};
219220
_config = lib.mkOption {

0 commit comments

Comments
 (0)