added luks device

This commit is contained in:
Steven 2023-03-25 22:10:35 -04:00
parent b4384eaf26
commit f0246447b6

View file

@ -12,7 +12,7 @@
kernelModules = [ "dm-snapshot" ];
luks.devices = {
crypted = {
device = "";
device = "/dev/nvme0n1p3";
preLVM = true;
};
};