mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-29 03:26:13 +01:00
Allow LUKS discards on omen
Signed-off-by: magic_rb <magic_rb@redalder.org>
This commit is contained in:
parent
50db2c9279
commit
1c47abb07f
|
@ -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"
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue