try direct luks
This commit is contained in:
parent
aa18aad421
commit
6e2ba86638
@ -13,13 +13,18 @@
|
||||
|
||||
efi.enable = true;
|
||||
|
||||
luks = {
|
||||
enable = true;
|
||||
device = {
|
||||
path = "/dev/disk/by-uuid/fbe946d3-414f-4c2e-bb24-b845870fde6c";
|
||||
# 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";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user