From df41a2398281eeb55819e540209db29192522603 Mon Sep 17 00:00:00 2001 From: Lillian Violet Date: Sun, 1 Dec 2024 01:42:29 +0000 Subject: [PATCH] Allow fcast TCP ports for Shodan too --- nixos/hosts/shodan/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/shodan/configuration.nix b/nixos/hosts/shodan/configuration.nix index 7e693da..aedc6e0 100644 --- a/nixos/hosts/shodan/configuration.nix +++ b/nixos/hosts/shodan/configuration.nix @@ -160,7 +160,7 @@ networking.firewall.enable = true; - networking.firewall.allowedTCPPorts = [22]; + networking.firewall.allowedTCPPorts = [22 46899 46898]; # # Enable automounting of removable media # services.udisks2.enable = true;