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!
}
|