Update configuration.nix

This commit is contained in:
Aaron Honeycutt 2023-04-03 19:46:00 +00:00
parent 98270c00c4
commit 24fc6f9688

View file

@ -19,13 +19,6 @@
systemd-boot.consoleMode = "0"; systemd-boot.consoleMode = "0";
}; };
boot.initrd.luks.devices = {
root = {
device = "/dev/sda";
preLVM = true;
};
};
boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
nix.settings.extra-platforms = [ "aarch64-linux" ]; nix.settings.extra-platforms = [ "aarch64-linux" ];