mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: adds extra config using agenix (6)
This commit is contained in:
parent
cc4a26f417
commit
42cbf6ef88
1 changed files with 1 additions and 2 deletions
|
|
@ -118,8 +118,7 @@ in {
|
||||||
server_name = "${fqdn}";
|
server_name = "${fqdn}";
|
||||||
public_baseurl = "https://${fqdn}";
|
public_baseurl = "https://${fqdn}";
|
||||||
enable_registration = false;
|
enable_registration = false;
|
||||||
registration_shared_secret = config.age.secrets.matrix-synapse;
|
extraConfig = config.age.secrets.matrix-synapse.file;
|
||||||
#macaroon_secret_key = config.age.secrets.matrix-synapse;
|
|
||||||
listeners = [
|
listeners = [
|
||||||
{ port = 8008;
|
{ port = 8008;
|
||||||
bind_addresses = [ "::1" ];
|
bind_addresses = [ "::1" ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue