mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 23:00:14 +01:00
fix: adds extra config file
This commit is contained in:
parent
b82d532388
commit
cf23013e42
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ in {
|
||||||
server_name = "${fqdn}";
|
server_name = "${fqdn}";
|
||||||
public_baseurl = "https://${fqdn}";
|
public_baseurl = "https://${fqdn}";
|
||||||
enable_registration = false;
|
enable_registration = false;
|
||||||
extraConfig = ./secrets.yaml;
|
extraConfigFiles = [ "/home/liv/nixos-config/secrets/matrix-synapse.yaml" ];
|
||||||
listeners = [
|
listeners = [
|
||||||
{ port = 8008;
|
{ port = 8008;
|
||||||
bind_addresses = [ "::1" ];
|
bind_addresses = [ "::1" ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue