1
0
Fork 0

Emulate aarch64-linux binaries (for cross-complilation)

master
dump_stack() 2021-10-07 15:25:51 +00:00
parent f8426e6e17
commit 5cbc9586de
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ in {
];
boot.kernelModules = [ "v4l2loopback" ];
boot.blacklistedKernelModules = [ "nouveau" ];
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
i18n.defaultLocale = "en_US.UTF-8";