tower: i686 emulation

This commit is contained in:
Julien Malka 2023-05-13 16:30:04 +02:00
parent a214f2a2e7
commit 746cd62770
Signed by: Luj
GPG key ID: 6FC74C847011FD83

View file

@ -108,6 +108,8 @@
# Enable the OpenSSH daemon.
services.openssh.enable = true;
boot.binfmt.emulatedSystems = [ "i686-linux" ];
# Open ports in the firewall.
networking.firewall.allowedTCPPorts = [ 80 443 1810 ];
networking.firewall.allowedUDPPorts = [ 80 443 1810 ];