nixos: mjolnir: literalExample -> literalExpression
This commit is contained in:
parent
fd1f8e1498
commit
87ef832e49
1 changed files with 2 additions and 2 deletions
|
@ -144,7 +144,7 @@ in
|
|||
protectedRooms = mkOption {
|
||||
type = types.listOf types.str;
|
||||
default = [ ];
|
||||
example = literalExample ''
|
||||
example = literalExpression ''
|
||||
[
|
||||
"https://matrix.to/#/#yourroom:example.org"
|
||||
"https://matrix.to/#/#anotherroom:example.org"
|
||||
|
@ -158,7 +158,7 @@ in
|
|||
settings = mkOption {
|
||||
default = { };
|
||||
type = (pkgs.formats.yaml { }).type;
|
||||
example = literalExample ''
|
||||
example = literalExpression ''
|
||||
{
|
||||
autojoinOnlyIfManager = true;
|
||||
automaticallyRedactForReasons = [ "spam" "advertising" ];
|
||||
|
|
Loading…
Reference in a new issue