Skip to content

Commit a799338

Browse files
Bert-ProesmansMic92
authored andcommitted
fix(luks); Passthrough filesystems of content for unmounting
1 parent fa7a23d commit a799338

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)