diff options
author | Rory& <root@rory.gay> | 2024-05-06 15:51:18 +0200 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-07-04 14:45:02 +0200 |
commit | 1b32e71dc721c7d0951f7bafc9f44235e11f7232 (patch) | |
tree | 12fc97ad4df8c4693fd1582d4f6d504d2c83c048 /host/Rory-nginx/services/postgres.nix | |
parent | Server updates (diff) | |
download | Rory-Open-Architecture-1b32e71dc721c7d0951f7bafc9f44235e11f7232.tar.xz |
Synapse senders
Diffstat (limited to 'host/Rory-nginx/services/postgres.nix')
-rwxr-xr-x | host/Rory-nginx/services/postgres.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/Rory-nginx/services/postgres.nix b/host/Rory-nginx/services/postgres.nix index 3545a31..7ac3619 100755 --- a/host/Rory-nginx/services/postgres.nix +++ b/host/Rory-nginx/services/postgres.nix @@ -5,7 +5,7 @@ services.postgresql = { enable = true; - package = pkgs.postgresql_14; + package = pkgs.postgresql_16; enableTCPIP = true; authentication = pkgs.lib.mkOverride 10 '' # TYPE, DATABASE, USER, ADDRESS, METHOD |