try direct luks
This commit is contained in:
parent
aa18aad421
commit
6e2ba86638
@ -13,12 +13,17 @@
|
|||||||
|
|
||||||
efi.enable = true;
|
efi.enable = true;
|
||||||
|
|
||||||
luks = {
|
# luks = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
device = {
|
# device = {
|
||||||
path = "/dev/disk/by-uuid/fbe946d3-414f-4c2e-bb24-b845870fde6c";
|
# path = "/dev/disk/by-uuid/fbe946d3-414f-4c2e-bb24-b845870fde6c";
|
||||||
allowDiscards = true;
|
# allowDiscards = true;
|
||||||
};
|
# };
|
||||||
|
# };
|
||||||
|
|
||||||
|
boot.initrd.luks.devices."enc-pv" = {
|
||||||
|
device = "/dev/disk/by-uuid/fbe946d3-414f-4c2e-bb24-b845870fde6c";
|
||||||
|
allowDiscards = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.hostName = "ray";
|
networking.hostName = "ray";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user