Compare commits

..

No commits in common. "7d3ad03aac3a5cb40ec13479787d69524c0023de" and "53d00c13f7d2e79e798e24beffd16a6df5496923" have entirely different histories.

View file

@ -10,8 +10,8 @@
networking = {
hostName = "sql";
firewall.extraInputRules = ''
ip saddr 195.160.173.0/24 ip daddr 195.160.173.15 tcp dport 5432 accept comment "Allow Postgres clients from cccb network"
ip6 saddr 2001:678:760:cccb::/64 ip6 daddr 2001:678:760:cccb::15 tcp dport 5432 accept comment "Allow Postgres clients from cccb network"
ip saddr 195.160.173.0/24 ip daddr 195.160.173.15 tcp dport 5432 accept
ip6 saddr 2001:678:760:cccb::/64 ip6 daddr 2001:678:760:cccb::15 tcp dport 5432 accept
'';
};