Add LUKS support

This commit is contained in:
Aaron Honeycutt 2023-11-30 15:35:56 +00:00
parent 2a0df167ef
commit e30a24f2e6

View file

@ -25,6 +25,13 @@
};
};
boot.initrd.luks.devices = {
root = {
device = "/dev/sda";
preLVM = true;
};
};
boot.initrd.kernelModules = [
# Rockchip modules
"rockchip_rga"