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 = {
|
services.matrix-synapse = {
|
||||||
enable = true;
|
enable = true;
|
||||||
server_name = "zxcvbnm.ninja";
|
server_name = "zxcvbnm.ninja";
|
||||||
|
macaroon_secret_key = machineSecrets.macaroonSecretKey;
|
||||||
listeners = [{
|
listeners = [{
|
||||||
port = 8008;
|
port = 8008;
|
||||||
bind_address = "::1";
|
bind_address = "::1";
|
||||||
|
|
Loading…
Reference in a new issue