You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using disko to deploy systems, fileSystems.<name> = { }. is not used which prevents setting boot.initrd.clevis.devices.<name> = { } and therefore the use of Clevis entirely.
When using disko to deploy systems,
fileSystems.<name> = { }
. is not used which prevents settingboot.initrd.clevis.devices.<name> = { }
and therefore the use of Clevis entirely.Clevis enables root filesystem decryption on a remote host. Example NixOS implementation here:
https://camillemondon.com/talks/fosdem24-clevis/#/the-nixos-implementation
Is this something that can be worked around somehow or would the
boot.initrd.clevis
need to have another way of defining devices?The text was updated successfully, but these errors were encountered: