mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
feat: enable binfmt aarch64-linux emulation on main machine
This commit is contained in:
parent
761adc3133
commit
ccba5306de
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@
|
|||
];
|
||||
|
||||
boot.initrd.availableKernelModules = ["xhci_pci" "ahci" "nvme" "usbhid" "usb_storage" "sd_mod"];
|
||||
boot.binfmt.emulatedSystems = ["aarch64-linux"];
|
||||
graphical.gaming.enable = true;
|
||||
|
||||
# TODO goodbye once -sk keys.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue