{ 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.*)"; commandPrefix = "t"; }; }; }; }