feat(surgat): add soju bouncer
Some checks are pending
Continuous Integration / Checks (push) Waiting to run

This commit is contained in:
Tim Schubert 2025-08-02 22:02:56 +02:00
parent cef93c482b
commit a901e37b73
No known key found for this signature in database
9 changed files with 54 additions and 19 deletions

View file

@ -21,7 +21,7 @@ in
services.nginx.enable = true;
services.nginx.virtualHosts."webchat.dadada.li" = {
enableACME = true;
useACMEHost = "dadada.li";
forceSSL = true;
root = pkgs.glowing-bear;
@ -36,7 +36,7 @@ in
};
};
services.nginx.virtualHosts."weechat.dadada.li" = {
enableACME = true;
useACMEHost = "dadada.li";
forceSSL = true;
root = "${pkgs.nginx}/html";