Fix weechat

This commit is contained in:
Tim Schubert 2020-12-31 02:49:55 +01:00
parent c2f224bd5f
commit 630e867607
No known key found for this signature in database
GPG key ID: 99658A3EB5CD7C13

View file

@ -18,10 +18,6 @@ in {
services.nginx.virtualHosts."webchat.dadada.li" = {
enableACME = true;
forceSSL = true;
serverAliases = [
"webchat.${config.networking.domain}"
"weechat.${config.networking.domain}"
];
root = pkgs.glowing-bear;
@ -37,7 +33,6 @@ in {
services.nginx.virtualHosts."weechat.dadada.li" = {
useACMEHost = "webchat.dadada.li";
forceSSL = true;
serverAliases = [ "weechat.${config.networking.domain}" ];
root = "${pkgs.nginx}/html";
locations = {