mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-05-14 16:21:08 +02:00
allow service access from podman network
This commit is contained in:
parent
fbe7ea3179
commit
8492679843
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
|||
enableIPv6 = true;
|
||||
nftables.enable = true;
|
||||
firewall = {
|
||||
trustedInterfaces = [ "podman0" ];
|
||||
extraInputRules = ''
|
||||
ip saddr 192.168.0.0/16 tcp dport 19531 accept comment "Allow journald gateway access from local networks"
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue