mirror of https://gitlab.crans.org/nounous/nixos
Fix sops secrets
parent
017d506e57
commit
bb34a49d67
|
@ -221,6 +221,10 @@
|
||||||
longReplyTemplate = "<$NICK> \"$ORIGINAL\" <- $REPLY";
|
longReplyTemplate = "<$NICK> \"$ORIGINAL\" <- $REPLY";
|
||||||
shortReplyTresholdSeconds = 300;
|
shortReplyTresholdSeconds = 300;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
mediaProxy = {
|
||||||
|
publicUrl = "https://matrix.crans.org/media";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
advanced = {
|
advanced = {
|
||||||
|
|
Loading…
Reference in New Issue