dustbowl: add binfmt emulatedSystems

This commit is contained in:
joachimschmidt557 2022-02-01 21:47:46 +01:00
parent 7fd69b98fb
commit 1638951511
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5

View file

@ -52,6 +52,12 @@
"kernel.perf_event_paranoid" = 1;
};
# Add qemu-binfmt for ARM and AArch64
boot.binfmt.emulatedSystems = [
"armv7l-linux"
"aarch64-linux"
];
networking.hostName = "dustbowl"; # Define your hostname.
networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
networking.wireless.interfaces = [ "wlp2s0" ];