chore: remove hardcoded ipv4

This commit is contained in:
oddlama 2024-03-14 21:22:44 +01:00
parent 69a76a8e40
commit 9ade767a3c
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -172,7 +172,7 @@ in {
networking.nftables.chains.forward.into-immich-container = {
after = ["conntrack"];
rules = [
"iifname proxy-sentinel ip saddr 10.43.0.29 tcp dport 3001 accept"
"iifname proxy-sentinel ip saddr ${sentinelCfg.wireguard.proxy-sentinel.ipv4} tcp dport 3001 accept"
"iifname podman1 oifname lan accept"
];
};