Merge pull request #274013 from philiptaron/fixing-things

nixos/jigasi: update to use literalExpression
This commit is contained in:
Lassulus 2023-12-14 12:53:10 +01:00 committed by GitHub
commit 091033d6c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -96,7 +96,7 @@ in
config = mkOption {
type = attrsOf str;
default = { };
example = literalExample ''
example = literalExpression ''
{
"org.jitsi.jigasi.auth.URL" = "XMPP:jitsi-meet.example.com";
}