diff --git a/hosts/homeserver/configuration.nix b/hosts/homeserver/configuration.nix index 72f8bc7..3e084ee 100644 --- a/hosts/homeserver/configuration.nix +++ b/hosts/homeserver/configuration.nix @@ -43,7 +43,7 @@ allowedTCPPorts = [ ]; interfaces."enp34s0".allowedTCPPorts = [ ]; extraInputRules = '' - ip saddr 192.168.1.0/24 tcp dport {22, 8096, 8920, 3000, 8282, 9696, 8989, 7878, 80} accept + ip saddr {192.168.1.0/24, 10.10.0.0/24} tcp dport {22, 8096, 8920, 3000, 8282, 9696, 8989, 7878, 80} accept tcp dport {22, 8096, 8920, 3000, 8282, 9696, 8989, 7878, 80} drop ip saddr 192.168.1.0/24 udp dport 5353 accept