From 0cc635afa0cb23a9364e34bd3930a1c07ce3b923 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Sun, 7 Sep 2025 16:03:36 +0200 Subject: [PATCH] open port 8091 for kodi --- nixos/hosts/shodan/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/hosts/shodan/configuration.nix b/nixos/hosts/shodan/configuration.nix index 01e2012..a9ed6e9 100644 --- a/nixos/hosts/shodan/configuration.nix +++ b/nixos/hosts/shodan/configuration.nix @@ -62,8 +62,8 @@ firewall.enable = true; firewall.interfaces."wg0".allowedTCPPorts = [8080]; firewall.interfaces."wg0".allowedUDPPorts = [8080]; - firewall.allowedTCPPorts = [22 8080 9090 9777 46899 46898]; - firewall.allowedUDPPorts = [22 8080 9090 9777 46899 46898]; + firewall.allowedTCPPorts = [22 8080 8091 9090 9777 46899 46898]; + firewall.allowedUDPPorts = [22 8080 8091 9090 9777 46899 46898]; hostName = "shodan"; };