mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-04-01 17:50:51 +02:00
tower: i686 emulation
This commit is contained in:
parent
a214f2a2e7
commit
746cd62770
1 changed files with 2 additions and 0 deletions
|
@ -108,6 +108,8 @@
|
||||||
# Enable the OpenSSH daemon.
|
# Enable the OpenSSH daemon.
|
||||||
services.openssh.enable = true;
|
services.openssh.enable = true;
|
||||||
|
|
||||||
|
boot.binfmt.emulatedSystems = [ "i686-linux" ];
|
||||||
|
|
||||||
# Open ports in the firewall.
|
# Open ports in the firewall.
|
||||||
networking.firewall.allowedTCPPorts = [ 80 443 1810 ];
|
networking.firewall.allowedTCPPorts = [ 80 443 1810 ];
|
||||||
networking.firewall.allowedUDPPorts = [ 80 443 1810 ];
|
networking.firewall.allowedUDPPorts = [ 80 443 1810 ];
|
||||||
|
|
Loading…
Add table
Reference in a new issue