This commit is contained in:
2025-12-25 18:47:54 +00:00
parent d2840e4157
commit 32f0210aca
2 changed files with 3 additions and 0 deletions

View File

@@ -60,6 +60,7 @@
{ {
name = "shnosh"; name = "shnosh";
ensureDBOwnership = true; ensureDBOwnership = true;
ensureClauses.superuser = true;
} }
]; ];
}; };

View File

@@ -27,5 +27,7 @@
''; '';
}; };
networking.firewall.interfaces."docker0".allowedTCPPorts = [5432];
networking.firewall.interfaces."tailscale0".allowedTCPPorts = [5432]; networking.firewall.interfaces."tailscale0".allowedTCPPorts = [5432];
networking.firewall.interfaces."br-+".allowedTCPPorts = [5432];
} }