forked from mirrors_public/oddlama_nix-config
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.initrd.availableKernelModules = ["xhci_pci" "ahci" "nvme" "usbhid" "usb_storage" "sd_mod"];
|
||||||
|
boot.binfmt.emulatedSystems = ["aarch64-linux"];
|
||||||
graphical.gaming.enable = true;
|
graphical.gaming.enable = true;
|
||||||
|
|
||||||
# TODO goodbye once -sk keys.
|
# TODO goodbye once -sk keys.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue