diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-03-19 09:02:46 +0100 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-03-19 09:02:46 +0100 |
commit | 62350d3cd0c33db460b413685039eeecae80c3a7 (patch) | |
tree | e53b20e972431ab4e0978eacf4d35c1f5301f14e | |
parent | Do upgrade all on rebuild (diff) | |
download | Rory-Open-Architecture-62350d3cd0c33db460b413685039eeecae80c3a7.tar.xz |
Forgot to comment out 2 lines in synapse
-rwxr-xr-x | host/Rory-synapse/configuration.nix | 7 |
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! } |