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"; };