From 3a240ed23d47a8af1de0ddf50349348b1f562c23 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Mon, 3 Apr 2023 19:46:44 +0000 Subject: [PATCH] Update configuration.nix --- configuration.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/configuration.nix b/configuration.nix index c581abd..3c517eb 100644 --- a/configuration.nix +++ b/configuration.nix @@ -19,6 +19,13 @@ 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" ];