Emulate aarch64-linux binaries (for cross-complilation)
This commit is contained in:
parent
f8426e6e17
commit
5cbc9586de
@ -28,6 +28,7 @@ in {
|
|||||||
];
|
];
|
||||||
boot.kernelModules = [ "v4l2loopback" ];
|
boot.kernelModules = [ "v4l2loopback" ];
|
||||||
boot.blacklistedKernelModules = [ "nouveau" ];
|
boot.blacklistedKernelModules = [ "nouveau" ];
|
||||||
|
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||||
|
|
||||||
i18n.defaultLocale = "en_US.UTF-8";
|
i18n.defaultLocale = "en_US.UTF-8";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user