bvm-matrix: add macaroon secret key
This commit is contained in:
parent
d874257a28
commit
d27b23b8b0
1 changed files with 1 additions and 0 deletions
|
@ -92,6 +92,7 @@ in {
|
|||
services.matrix-synapse = {
|
||||
enable = true;
|
||||
server_name = "zxcvbnm.ninja";
|
||||
macaroon_secret_key = machineSecrets.macaroonSecretKey;
|
||||
listeners = [{
|
||||
port = 8008;
|
||||
bind_address = "::1";
|
||||
|
|
Loading…
Reference in a new issue