Fix weechat
This commit is contained in:
parent
c2f224bd5f
commit
630e867607
1 changed files with 0 additions and 5 deletions
|
@ -18,10 +18,6 @@ in {
|
||||||
services.nginx.virtualHosts."webchat.dadada.li" = {
|
services.nginx.virtualHosts."webchat.dadada.li" = {
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
serverAliases = [
|
|
||||||
"webchat.${config.networking.domain}"
|
|
||||||
"weechat.${config.networking.domain}"
|
|
||||||
];
|
|
||||||
|
|
||||||
root = pkgs.glowing-bear;
|
root = pkgs.glowing-bear;
|
||||||
|
|
||||||
|
@ -37,7 +33,6 @@ in {
|
||||||
services.nginx.virtualHosts."weechat.dadada.li" = {
|
services.nginx.virtualHosts."weechat.dadada.li" = {
|
||||||
useACMEHost = "webchat.dadada.li";
|
useACMEHost = "webchat.dadada.li";
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
serverAliases = [ "weechat.${config.networking.domain}" ];
|
|
||||||
|
|
||||||
root = "${pkgs.nginx}/html";
|
root = "${pkgs.nginx}/html";
|
||||||
locations = {
|
locations = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue