Add host surgat and move weechat to it.
This commit is contained in:
parent
186fb9d017
commit
cbfe1f0d11
6 changed files with 68 additions and 16 deletions
|
@ -14,9 +14,12 @@ in {
|
|||
};
|
||||
|
||||
services.nginx.virtualHosts."webchat.dadada.li" = {
|
||||
useACMEHost = "webchat.dadada.li";
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
serverAliases = [ "webchat.${config.networking.domain}" ];
|
||||
serverAliases = [
|
||||
"webchat.${config.networking.domain}"
|
||||
"weechat.${config.networking.domain}"
|
||||
];
|
||||
|
||||
root = pkgs.glowing-bear;
|
||||
|
||||
|
@ -30,7 +33,7 @@ in {
|
|||
};
|
||||
};
|
||||
services.nginx.virtualHosts."weechat.dadada.li" = {
|
||||
useACMEHost = "weechat.dadada.li";
|
||||
useACMEHost = "webchat.dadada.li";
|
||||
forceSSL = true;
|
||||
serverAliases = [ "weechat.${config.networking.domain}" ];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue