From 41168bf8366704accbb14866b59fb2887768dcf7 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Sat, 14 Jun 2025 16:11:10 +0200 Subject: [PATCH] add port 22 and 24 as well --- 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 235954b..ad4dcbd 100644 --- a/nixos/hosts/shodan/configuration.nix +++ b/nixos/hosts/shodan/configuration.nix @@ -61,8 +61,8 @@ firewall.enable = true; - firewall.allowedTCPPorts = [22 8080 9090 9777]; - firewall.allowedUDPPorts = [8080 9090 9777]; + firewall.allowedTCPPorts = [22 24 8080 9090 9777]; + firewall.allowedUDPPorts = [22 24 8080 9090 9777]; hostName = "shodan"; };