Revert "Switch to conduwuit"

This reverts commit 32e433123c.
This commit is contained in:
Nathan McCarty 2025-03-28 15:08:20 -04:00
parent a2b75c1105
commit bd2198efd0

View file

@ -2,10 +2,9 @@
config,
lib,
pkgs,
inputs,
...
}: {
containers.conduit-stranger-systems = {
containers.conduit = {
autoStart = true;
privateNetwork = true;
hostAddress = "192.168.100.10";
@ -18,7 +17,6 @@
isReadOnly = false;
};
};
nixpkgs = inputs.nixpkgs-unstable.outPath;
config = {
config,
lib,
@ -26,16 +24,13 @@
...
}: {
# Conduit proper
services.conduwuit = {
services.matrix-conduit = {
enable = true;
settings.global = {
server_name = "stranger.systems";
rocksdb_optimize_for_spinning_disks = true;
new_user_displayname_suffix = "";
allow_registration = true;
registration_token_file = "/var/lib/conduwuit/reg_token";
port = [6167];
address = ["0.0.0.0"];
allow_registration = false;
port = 6167;
address = "0.0.0.0";
};
};
# Open the port