Aarch64 emulation

This commit is contained in:
gabriel-doriath-dohler 2022-08-15 03:00:30 +02:00
parent bb668034b1
commit 4375b29d50

View file

@ -43,6 +43,8 @@
# List packages installed in system profile. To search, run: # List packages installed in system profile. To search, run:
environment.systemPackages = with pkgs; [ vim wget kitty.terminfo ]; environment.systemPackages = with pkgs; [ vim wget kitty.terminfo ];
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
# Some programs need SUID wrappers, can be configured further or are # Some programs need SUID wrappers, can be configured further or are
# started in user sessions. # started in user sessions.
programs.mtr.enable = true; programs.mtr.enable = true;