allow service access from podman network

This commit is contained in:
Rouven Seifert 2025-05-14 01:14:28 +02:00
parent fbe7ea3179
commit 8492679843

View file

@ -15,6 +15,7 @@
enableIPv6 = true; enableIPv6 = true;
nftables.enable = true; nftables.enable = true;
firewall = { firewall = {
trustedInterfaces = [ "podman0" ];
extraInputRules = '' extraInputRules = ''
ip saddr 192.168.0.0/16 tcp dport 19531 accept comment "Allow journald gateway access from local networks" ip saddr 192.168.0.0/16 tcp dport 19531 accept comment "Allow journald gateway access from local networks"
''; '';