diff --git a/machines/tower/default.nix b/machines/tower/default.nix index 2694497..5724bad 100644 --- a/machines/tower/default.nix +++ b/machines/tower/default.nix @@ -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 ];