You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
492 B
Nix

{ config, pkgs, ...}: {
config.services.seance = {
enable = true;
systems.ashe = {
referenceUserID = "193109872240361472";
peerPattern = "[a-zA-Z](#|,|:-) ?.*";
autoproxyLatchScope = "global";
autoproxyLatchTimeout = 900;
autoproxyLatchStartEnabled = true;
defaultPresence = "latch";
forwardPings = true;
members.test = {
messagePattern = "[tT](#|,|:-) ?(?P<content>.*)";
commandPrefix = "t";
};
};
};
}