dustbowl: add binfmt emulatedSystems
This commit is contained in:
parent
7fd69b98fb
commit
1638951511
1 changed files with 6 additions and 0 deletions
|
|
@ -52,6 +52,12 @@
|
||||||
"kernel.perf_event_paranoid" = 1;
|
"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.hostName = "dustbowl"; # Define your hostname.
|
||||||
networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
||||||
networking.wireless.interfaces = [ "wlp2s0" ];
|
networking.wireless.interfaces = [ "wlp2s0" ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue