mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +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}";
|
||||
public_baseurl = "https://${fqdn}";
|
||||
enable_registration = false;
|
||||
extraConfig = ./secrets.yaml;
|
||||
extraConfigFiles = [ "/home/liv/nixos-config/secrets/matrix-synapse.yaml" ];
|
||||
listeners = [
|
||||
{ port = 8008;
|
||||
bind_addresses = [ "::1" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue