about summary refs log tree commit diff
path: root/matrix.nix
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2022-10-29 00:57:07 +0900
committerNguyễn Gia Phong <mcsinyx@disroot.org>2022-10-29 00:57:07 +0900
commit23216131f24f8996b18a5dab11654ce28b117d9e (patch)
tree78900bac610f4365e5935be80d3317b48e9862b9 /matrix.nix
parent7b5a41d08218df111c015467a44fd3d461337b62 (diff)
downloadnixos-conf-23216131f24f8996b18a5dab11654ce28b117d9e.tar.gz
Upgrade to PostgreSQL 14
Implements: https://todo.sr.ht/~cnx/loang/2
Diffstat (limited to 'matrix.nix')
-rw-r--r--matrix.nix2
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;
     };
   };