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;