services: update postgres auth

This commit is contained in:
2022-12-27 21:15:04 +01:00
parent 1c627cf0aa
commit ae3c83c499
2 changed files with 9 additions and 9 deletions

View File

@@ -80,7 +80,7 @@
firewall = {
enable = true;
allowedUDPPorts = [ ];
allowedTCPPorts = [ 80 443 8448 ];
allowedTCPPorts = [ 80 443 ];
};
};