summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-09-18 20:19:45 -0700
committerFuwn <[email protected]>2024-09-18 20:19:45 -0700
commitd4bf8fea63883442ecc38571861ad8a05ba7e6b9 (patch)
treea7a261398274db502bd2bc091ecf0d86dea8e38e
parentlock: rui, tsutsumi (diff)
downloadnixos-config-d4bf8fea63883442ecc38571861ad8a05ba7e6b9.tar.xz
nixos-config-d4bf8fea63883442ecc38571861ad8a05ba7e6b9.zip
boot: emulated arm64
-rw-r--r--modules/software/boot/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/software/boot/default.nix b/modules/software/boot/default.nix
index 0798849..9fe77a0 100644
--- a/modules/software/boot/default.nix
+++ b/modules/software/boot/default.nix
@@ -10,6 +10,7 @@
crashDump.enable = false;
consoleLogLevel = 3;
kernelPackages = pkgs.linuxPackages_zen;
+ binfmt.emulatedSystems = [ "aarch64-linux" ];
kernelParams = [
"iommu=pt"