nebula: avoid restart due to inputs.self
[julm/julm-nix.git] / hosts / patate / networking / nftables.nix
index 30927b0880989b2ad07f7207eb2b1a411c4a1264..01bfd37b110dd84a2835641e1ce86f77c0c2ebc2 100644 (file)
@@ -48,10 +48,10 @@ in
           tcp dport { ssh, 2222, 20022 } counter accept comment "SSH"
           udp dport 60001-60100 counter accept comment "Mosh"
           udp dport ntp skuid ${users.systemd-timesync.name} counter accept comment "NTP"
-          meta l4proto { udp, tcp } skuid dnscrypt-proxy2 counter accept comment "dnscrypt-proxy2"
           tcp dport { http, https } counter accept comment "HTTP"
           tcp dport git counter accept comment "Git"
           tcp dport imaps counter accept comment "IMAPS"
+          tcp dport submission counter accept comment "SMTP"
           tcp dport submissions counter accept comment "SMTPS"
           tcp dport xmpp-client counter accept comment "XMPP client"
           tcp dport 5223 counter accept comment "XMPP client direct TLS"