try direct luks

This commit is contained in:
zuckerberg 2021-06-29 12:07:56 -04:00
parent aa18aad421
commit 6e2ba86638

View File

@ -13,12 +13,17 @@
efi.enable = true;
luks = {
enable = true;
device = {
path = "/dev/disk/by-uuid/fbe946d3-414f-4c2e-bb24-b845870fde6c";
allowDiscards = true;
};
# luks = {
# enable = true;
# device = {
# path = "/dev/disk/by-uuid/fbe946d3-414f-4c2e-bb24-b845870fde6c";
# allowDiscards = true;
# };
# };
boot.initrd.luks.devices."enc-pv" = {
device = "/dev/disk/by-uuid/fbe946d3-414f-4c2e-bb24-b845870fde6c";
allowDiscards = true;
};
networking.hostName = "ray";