diff options
| author | Fuwn <[email protected]> | 2024-09-18 20:19:45 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-18 20:19:45 -0700 |
| commit | d4bf8fea63883442ecc38571861ad8a05ba7e6b9 (patch) | |
| tree | a7a261398274db502bd2bc091ecf0d86dea8e38e | |
| parent | lock: rui, tsutsumi (diff) | |
| download | nixos-config-d4bf8fea63883442ecc38571861ad8a05ba7e6b9.tar.xz nixos-config-d4bf8fea63883442ecc38571861ad8a05ba7e6b9.zip | |
boot: emulated arm64
| -rw-r--r-- | modules/software/boot/default.nix | 1 |
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" |