From 0a8d839956847bbe23a157050803e4e26bb25e0a Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Fri, 31 Mar 2023 15:19:30 +0000 Subject: [PATCH] Update configuration.nix --- configuration.nix | 8 ++++++++ 1 file changed, 8 insertions(+) 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" ];