Add cryptodisk support for grub

This commit is contained in:
Sravan Balaji
2024-03-24 10:48:54 -04:00
parent 4e98a4a378
commit 711b98a9b0

View File

@ -27,8 +27,9 @@
}; };
grub = { grub = {
enable = true; enable = true;
efiSupport = true;
device = "nodev"; device = "nodev";
efiSupport = true;
enableCryptodisk = true;
}; };
}; };
}; };