Update vm.nix

This commit is contained in:
Aaron Honeycutt 2023-10-27 16:20:01 +00:00
parent eec5093c36
commit a90bc7d7b7

View file

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