diff --git a/configuration.nix b/configuration.nix index fc01120..781da63 100644 --- a/configuration.nix +++ b/configuration.nix @@ -19,6 +19,14 @@ systemd-boot.consoleMode = "0"; }; + + boot.initrd.luks.devices = { + root = { + device = "/dev/sda"; + preLVM = true; + }; + }; + boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; nix.settings.extra-platforms = [ "aarch64-linux" ];