mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
14 lines
369 B
Nix
14 lines
369 B
Nix
_: {
|
|
services.mx-puppet-discord = {
|
|
#inherit (config.services.matrix-synapse) enable;
|
|
settings = {
|
|
bridge = {
|
|
bindAddress = "localhost";
|
|
domain = "kittywit.ch";
|
|
homeserverUrl = "https://yukari.gensokyo.zone";
|
|
};
|
|
provisioning.whitelist = ["@.*:kittywit.ch"];
|
|
relay.whitelist = ["@.*:kittywit.ch"];
|
|
};
|
|
};
|
|
}
|