services.matrix-hookshot.registrationFile
Appservice registration file. As it contains secret tokens, you may not want to add this to the publicly readable Nix store.
- Type
absolute path- Example
pkgs.writeText "matrix-hookshot-registration" \'\' id: matrix-hookshot as_token: aaaaaaaaaa hs_token: aaaaaaaaaa namespaces: rooms: [] users: - regex: "@_webhooks_.*:foobar" exclusive: true sender_localpart: hookshot url: "http://localhost:9993" rate_limited: false \'\'- Declared
- <nixpkgs/nixos/modules/services/matrix/hookshot.nix>