{ config, pkgs, lib, ... }: { # Alicia - doesnt work yet... until in nixpkgs... services.draupnir = { enable = true; pantalaimon = { enable = true; username = "draupnir"; passwordFile = "/etc/draupnir-password"; options = { homeserver = "http://localhost:8008"; ssl = false; }; }; managementRoom = "#draupnir-mgmt:rory.gay"; homeserverUrl = "http://localhost:8008"; verboseLogging = false; settings = { recordIgnoredInvites = false; automaticallyRedactForReasons = [ "*" ]; fasterMembershipChecks = true; backgroundDelayMS = 100; pollReports = true; admin.enableMakeRoomAdminCommand = true; commands.ban.defaultReasons = [ "spam" "harassment" "transphobia" "scam" ]; protections = { wordlist = { words = [ "tranny" "faggot" ]; minutesBeforeTrusting = 0; }; }; }; }; system.stateVersion = "22.11"; # DO NOT EDIT! }