Allow LUKS discards on omen

Signed-off-by: magic_rb <magic_rb@redalder.org>
This commit is contained in:
magic_rb 2024-08-14 15:58:25 +02:00
parent 50db2c9279
commit 1c47abb07f
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E

View file

@ -17,6 +17,7 @@ in {
boot.initrd.luks.devices."cryptroot-2" = {
device = "/dev/disk/by-uuid/48e4fe52-9785-42cb-adfc-16776492944e";
allowDiscards = true;
crypttabExtraOpts = [
"cipher=xchacha20\\,aes-adiantum-plain64"
];