MyNixOS website logo
option

boot.initrd.luks.devices.<name>.postOpenCommands

Commands that should be run right after we have mounted our LUKS device.

Declarations
Type
strings concatenated with "\n"
Default
""
Example
''
  umount /tmp/persistent
''