update 0x76
Some checks are pending
Plex Update / update (push) Waiting to run

This commit is contained in:
Vivian 2024-12-21 12:47:38 +01:00
parent 844a5ca0a4
commit b47a99576b

View file

@ -175,18 +175,18 @@ in
forceSSL = true;
root = inputs.essentials.packages.${pkgs.system}.default;
};
"cinny.chat.meowy.tech" = {
enableACME = true;
forceSSL = true;
# "cinny.chat.meowy.tech" = {
# enableACME = true;
# forceSSL = true;
root = pkgs.cinny.override {
conf = {
defaultHomeserver = 0;
allowCustomHomeservers = false;
homeserverList = [ "chat.meowy.tech" ];
};
};
};
# root = pkgs.cinny.override {
# conf = {
# defaultHomeserver = 0;
# allowCustomHomeservers = false;
# homeserverList = [ "chat.meowy.tech" ];
# };
# };
# };
"admin.chat.meowy.tech" = {
enableACME = true;
forceSSL = true;