use proper options for the firewall & default to local build

This commit is contained in:
asyncnomi 2025-08-03 04:03:22 +02:00
parent 22f93f23ed
commit f5241119eb
8 changed files with 171 additions and 109 deletions

View file

@ -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; }
];
}