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