disabled TCP connections for postgres

This commit is contained in:
John Lancaster
2026-04-04 12:21:50 -05:00
parent ff70a35078
commit 0854439bdf
+1 -2
View File
@@ -91,8 +91,7 @@
postgresql = { postgresql = {
enable = true; enable = true;
settings = { enableTCPIP = false;
};
}; };
}; };