desktop: enable armv7l-linux binfmt emulation

force-ssl-main-website
Sebastien Bourdeauducq 2023-12-12 17:26:25 +08:00
parent e319c2f65c
commit cf893a8a71
1 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,8 @@ in
"openssl-1.1.1w"
];
boot.binfmt.emulatedSystems = [ "armv7l-linux" ];
networking.hostName = host;
networking.firewall.allowedTCPPorts = [ 1883 ];
networking.firewall.allowedUDPPorts = [ 1883 ];