diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-03-19 09:14:15 +0100 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-03-19 09:14:15 +0100 |
commit | 59d2538b2628fd3c766d905599f9c132efb81292 (patch) | |
tree | 200999c0a2879f5a532b3dc9ba20f62b087799c8 | |
parent | Fix postgres and synapse (diff) | |
download | Rory-Open-Architecture-59d2538b2628fd3c766d905599f9c132efb81292.tar.xz |
Fix synapse username
-rwxr-xr-x | host/Rory-synapse/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/Rory-synapse/configuration.nix b/host/Rory-synapse/configuration.nix index 2632d93..895f58b 100755 --- a/host/Rory-synapse/configuration.nix +++ b/host/Rory-synapse/configuration.nix @@ -125,7 +125,7 @@ database = { name = "psycopg2"; args = { - user = "postgres"; + user = "matrix-synapse-rory-gay"; #passwordFile = "/run/secrets/matrix-synapse-password"; password = "somepassword"; database = "matrix-synapse-rory-gay"; |