postgresql: move port to settings
This commit is contained in:
parent
ec5022d671
commit
42aaa9eaea
1 changed files with 1 additions and 1 deletions
|
@ -8,9 +8,9 @@
|
|||
enable = true;
|
||||
enableTCPIP = true;
|
||||
package = pkgs.postgresql_14;
|
||||
port = 5432;
|
||||
settings = {
|
||||
listen_addresses = lib.mkForce "*";
|
||||
port = 5432;
|
||||
max_connections = "300";
|
||||
shared_buffers = "80MB";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue