mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-14 11:45:06 +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
|
options nvidia NVreg_TemporaryFilePath=/var/tmp
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
boot.binfmt.emulatedSystems = [ "wasm32-wasi" "aarch64-linux" ];
|
||||||
|
|
||||||
boot.kernelPackages = pkgs.linuxPackages_6_6;
|
boot.kernelPackages = pkgs.linuxPackages_6_6;
|
||||||
|
|
||||||
boot.kernel.sysctl = {
|
boot.kernel.sysctl = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue