From 96d9e4580f3bc809da3ffee5c75ef55aa1d9df6e Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Mon, 17 Apr 2023 14:43:10 +0000 Subject: [PATCH] Update thelio-nvidia.nix --- systems/thelio-nvidia.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/systems/thelio-nvidia.nix b/systems/thelio-nvidia.nix index 2d99e8f..6e07371 100644 --- a/systems/thelio-nvidia.nix +++ b/systems/thelio-nvidia.nix @@ -18,6 +18,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" ];