forked from M-Labs/it-infra
desktop: enable armv7l-linux binfmt emulation
This commit is contained in:
parent
e319c2f65c
commit
cf893a8a71
|
@ -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 ];
|
||||
|
|
Loading…
Reference in New Issue