summary refs log tree commit diff
path: root/host
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2023-03-19 09:02:46 +0100
committerTheArcaneBrony <myrainbowdash949@gmail.com>2023-03-19 09:02:46 +0100
commit62350d3cd0c33db460b413685039eeecae80c3a7 (patch)
treee53b20e972431ab4e0978eacf4d35c1f5301f14e /host
parentDo upgrade all on rebuild (diff)
downloadRory-Open-Architecture-62350d3cd0c33db460b413685039eeecae80c3a7.tar.xz
Forgot to comment out 2 lines in synapse
Diffstat (limited to 'host')
-rwxr-xr-xhost/Rory-synapse/configuration.nix7
1 files changed, 3 insertions, 4 deletions
diff --git a/host/Rory-synapse/configuration.nix b/host/Rory-synapse/configuration.nix

index d50329c..c44d034 100755 --- a/host/Rory-synapse/configuration.nix +++ b/host/Rory-synapse/configuration.nix
@@ -127,7 +127,7 @@ args = { user = "postgres"; #passwordFile = "/run/secrets/matrix-synapse-password"; - + database = "matrix-synapse-rory-gay"; host = "192.168.1.3"; }; @@ -159,9 +159,8 @@ # }; # # }; - - managementRoom = "#draupnir-mgmt:rory.gay"; - }; + # managementRoom = "#draupnir-mgmt:rory.gay"; + #}; system.stateVersion = "22.11"; # DO NOT EDIT! }