mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-14 19:55:08 +01:00
binfmt it
This commit is contained in:
parent
af8f9d0342
commit
20d14bdcb6
1 changed files with 2 additions and 0 deletions
|
|
@ -96,6 +96,8 @@ in
|
|||
options nvidia NVreg_TemporaryFilePath=/var/tmp
|
||||
'';
|
||||
|
||||
boot.binfmt.emulatedSystems = [ "wasm32-wasi" "aarch64-linux" ];
|
||||
|
||||
boot.kernelPackages = pkgs.linuxPackages_6_6;
|
||||
|
||||
boot.kernel.sysctl = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue