Update thelio-nvidia.nix

This commit is contained in:
Aaron Honeycutt 2023-04-17 14:43:10 +00:00
parent dd911a2fd7
commit 96d9e4580f

View file

@ -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" ];