Compare commits
No commits in common. "7d3ad03aac3a5cb40ec13479787d69524c0023de" and "53d00c13f7d2e79e798e24beffd16a6df5496923" have entirely different histories.
7d3ad03aac
...
53d00c13f7
1 changed files with 2 additions and 2 deletions
|
|
@ -10,8 +10,8 @@
|
||||||
networking = {
|
networking = {
|
||||||
hostName = "sql";
|
hostName = "sql";
|
||||||
firewall.extraInputRules = ''
|
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"
|
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 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
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue