diff --git a/machines/ray/configuration.nix b/machines/ray/configuration.nix index 523012c..ddf8894 100644 --- a/machines/ray/configuration.nix +++ b/machines/ray/configuration.nix @@ -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";