hotfix postgresql auth #166
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
services.postgresql = {
|
services.postgresql = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableTCPIP = true;
|
enableTCPIP = true;
|
||||||
authentication = "host all all fd0d:a262:1fa6:e621::/64 md5";
|
authentication = "host all all fd7a:115c:a1e0:ab12::/64 md5";
|
||||||
settings = {
|
settings = {
|
||||||
shared_preload_libraries = "pg_stat_statements";
|
shared_preload_libraries = "pg_stat_statements";
|
||||||
"pg_stat_statements.track" = "all";
|
"pg_stat_statements.track" = "all";
|
||||||
|
|
Loading…
Reference in a new issue