diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2022-10-29 00:57:07 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2022-10-29 00:57:07 +0900 |
commit | 23216131f24f8996b18a5dab11654ce28b117d9e (patch) | |
tree | 78900bac610f4365e5935be80d3317b48e9862b9 | |
parent | 7b5a41d08218df111c015467a44fd3d461337b62 (diff) | |
download | nixos-conf-23216131f24f8996b18a5dab11654ce28b117d9e.tar.gz |
Upgrade to PostgreSQL 14
Implements: https://todo.sr.ht/~cnx/loang/2
-rw-r--r-- | matrix.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/matrix.nix b/matrix.nix index 99e1f5d..2d293fc 100644 --- a/matrix.nix +++ b/matrix.nix @@ -97,7 +97,7 @@ in { ensurePermissions."DATABASE dendrite" = "ALL PRIVILEGES"; } ]; - package = pkgs.postgresql_13; + package = pkgs.postgresql_14; }; }; |