From 787f493b11f3d178e4ccd76e34fa9189bfafe164 Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Thu, 2 Oct 2025 08:32:34 +0200 Subject: [PATCH] [arabasta] feat: Opened port for KitchenOwl Signed-off-by: SindreKjelsrud --- hosts/arabasta/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/arabasta/configuration.nix b/hosts/arabasta/configuration.nix index a3b4a85..967ebed 100644 --- a/hosts/arabasta/configuration.nix +++ b/hosts/arabasta/configuration.nix @@ -100,7 +100,7 @@ services.openssh.enable = true; # Open ports in the firewall. - # networking.firewall.allowedTCPPorts = [ ... ]; + networking.firewall.allowedTCPPorts = [ 37923 ]; # networking.firewall.allowedUDPPorts = [ ... ]; # Or disable the firewall altogether. # networking.firewall.enable = false;