Aarch64 emulation
This commit is contained in:
parent
bb668034b1
commit
4375b29d50
1 changed files with 2 additions and 0 deletions
|
@ -43,6 +43,8 @@
|
|||
# List packages installed in system profile. To search, run:
|
||||
environment.systemPackages = with pkgs; [ vim wget kitty.terminfo ];
|
||||
|
||||
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||
|
||||
# Some programs need SUID wrappers, can be configured further or are
|
||||
# started in user sessions.
|
||||
programs.mtr.enable = true;
|
||||
|
|
Loading…
Reference in a new issue