feat: switched from using postgresql_16->postgresql_17
This commit is contained in:
parent
5d366ddb65
commit
8b59fb3e38
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ in {
|
|||
postgresql = {
|
||||
enable = true;
|
||||
enableTCPIP = true;
|
||||
package = pkgs.postgresql_16;
|
||||
package = pkgs.postgresql_17;
|
||||
|
||||
settings = {
|
||||
port = port;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue