feat: disable emulated systems

This commit is contained in:
Felix Schröter 2023-06-26 18:04:58 +02:00
parent 8672f6e82f
commit 7f58b69d15
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -23,8 +23,8 @@
boot.loader.systemd-boot.memtest86.enable = true;
# cross-compilation support
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
# running binaries for other architectures
# boot.binfmt.emulatedSystems = [ "aarch64-linux" "riscv64-linux" "wasm64-wasi" "wasm32-wasi" ];
programs.adb.enable = true;