nixos/solitary: Upgrade PostgreSQL 14 → 17
This commit is contained in:
parent
38f9269c81
commit
b79e9a9ed1
1 changed files with 2 additions and 2 deletions
|
@ -523,9 +523,9 @@ in {
|
||||||
|
|
||||||
services.postgresql = {
|
services.postgresql = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.postgresql_14;
|
package = pkgs.postgresql_17;
|
||||||
|
|
||||||
extraPlugins = with pkgs.postgresql_14.pkgs; [
|
extraPlugins = with pkgs.postgresql_17.pkgs; [
|
||||||
rum
|
rum
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue