use proper options for the firewall & default to local build
This commit is contained in:
parent
22f93f23ed
commit
f5241119eb
8 changed files with 171 additions and 109 deletions
|
@ -84,4 +84,8 @@ in
|
|||
echo "PostgreSQL dataDir not empty, skipping initial master to slave replication"
|
||||
fi
|
||||
'');
|
||||
|
||||
fwtables.allowedTCPPorts = [
|
||||
{ port = cfg.settings.port; public = false; }
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue