deployed cinny

This commit is contained in:
Vivian 2022-10-03 15:17:09 +02:00
parent b3dab11a6b
commit 6a97495d8c

View file

@ -94,6 +94,18 @@ in
};
};
};
virtualHosts."cinny.chat.meowy.tech" = {
enableACME = true;
forceSSL = true;
root = pkgs.cinny.override {
conf = {
defaultHomeserver = 0;
allowCustomHomeservers = false;
homeserverList = [ "chat.meowy.tech" ];
};
};
};
virtualHosts."admin.chat.meowy.tech" = {
enableACME = true;
forceSSL = true;