mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 20:21:14 +00:00
Merge pull request #274013 from philiptaron/fixing-things
nixos/jigasi: update to use literalExpression
This commit is contained in:
commit
091033d6c6
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue