This commit is contained in:
parent
844a5ca0a4
commit
b47a99576b
1 changed files with 11 additions and 11 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue