Use conduwuit rc for token file support

This commit is contained in:
Nathan McCarty 2025-03-27 20:39:17 -04:00
parent 4435a5548c
commit e47aa973bb

View file

@ -31,12 +31,21 @@
settings.global = {
server_name = "stranger.systems";
rocksdb_optimize_for_spinning_disks = true;
new_user_displayname_suffix = "";
new_user_displayname_suffix = "";
allow_registration = true;
registration_token_file = "/var/lib/conduwuit/reg_token";
port = [6167];
address = ["0.0.0.0"];
};
package = pkgs.conduwuit.overrideAttrs (oldAttrs: {
version = "v0.5.0-rc3";
src = pkgs.fetchFromGitHub {
owner = "girlbossceo";
repo = "conduwuit";
rev = "v0.5.0-rc3";
hash = "sha256-Etzh7m1aZBwKfcS6sa+2zBzdOaZSR+yFn2pwwGTilb4=";
};
});
};
# Open the port
networking.firewall.allowedTCPPorts = [6167];