diff --git a/systems/pbp.nix b/systems/pbp.nix index 2efcec7..a2b1def 100644 --- a/systems/pbp.nix +++ b/systems/pbp.nix @@ -18,6 +18,13 @@ }; }; + boot.initrd.luks.devices = { + crypt-root = { + device = "/dev/disk/by-label/luks"; + preLVM = true; + }; + }; + fileSystems = { "/" = { device = "/dev/disk/by-label/NIXOS_SD";