re-enabled synapse admin after fix

This commit is contained in:
Vivian 2022-09-22 11:03:10 +02:00
parent 651891bac4
commit 2ce841dc0b
3 changed files with 12 additions and 11 deletions

View file

@ -20,6 +20,7 @@ let vs = config.vault-secrets.secrets; in
networking.firewall.allowedTCPPorts = [ 80 443 ];
# needed as the mailserver configures its down DNS resolver
networking.extraHosts = ''
10.42.42.6 vault.olympus
'';

View file

@ -94,11 +94,11 @@ in
};
};
};
#virtualHosts."admin.chat.meowy.tech" = {
# enableACME = true;
# forceSSL = true;
# root = pkgs.synapse-admin;
#};
virtualHosts."admin.chat.meowy.tech" = {
enableACME = true;
forceSSL = true;
root = pkgs.synapse-admin;
};
virtualHosts."books.meowy.tech" = proxy "http://bookwyrm.olympus:8001";
# Kubernetes endpoints