services.mjolnir.protectedRooms

NixOS option

A list of rooms to protect (matrix.to URLs).

type: list of string
Default
[ ]
Example
[
  "https://matrix.to/#/#yourroom:example.org"
  "https://matrix.to/#/#anotherroom:example.org"
]
declared in: nixos/modules/services/matrix/mjolnir.nixView source on NixOS/nixpkgs →