From 636d3d77857dd5df22f602bffacfff474c50edae Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Sat, 14 Jun 2025 15:50:24 +0200 Subject: [PATCH] open 8080 on shodan for kodi --- nixos/hosts/shodan/configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nixos/hosts/shodan/configuration.nix b/nixos/hosts/shodan/configuration.nix index 51260f0..17b81d5 100644 --- a/nixos/hosts/shodan/configuration.nix +++ b/nixos/hosts/shodan/configuration.nix @@ -61,7 +61,8 @@ firewall.enable = true; - firewall.allowedTCPPorts = [22]; + firewall.allowedTCPPorts = [22 8080]; + firewall.allowedUDPPorts = [8080]; hostName = "shodan"; };