summary refs log tree commit diff
path: root/host
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2023-03-19 09:14:15 +0100
committerTheArcaneBrony <myrainbowdash949@gmail.com>2023-03-19 09:14:15 +0100
commit59d2538b2628fd3c766d905599f9c132efb81292 (patch)
tree200999c0a2879f5a532b3dc9ba20f62b087799c8 /host
parentFix postgres and synapse (diff)
downloadRory-Open-Architecture-59d2538b2628fd3c766d905599f9c132efb81292.tar.xz
Fix synapse username
Diffstat (limited to 'host')
-rwxr-xr-xhost/Rory-synapse/configuration.nix2
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";