update 0x76
This commit is contained in:
parent
86f36047d9
commit
902bbb659e
1 changed files with 11 additions and 11 deletions
|
@ -175,18 +175,18 @@ in
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
root = inputs.essentials.packages.${pkgs.system}.default;
|
root = inputs.essentials.packages.${pkgs.system}.default;
|
||||||
};
|
};
|
||||||
"cinny.chat.meowy.tech" = {
|
# "cinny.chat.meowy.tech" = {
|
||||||
enableACME = true;
|
# enableACME = true;
|
||||||
forceSSL = true;
|
# forceSSL = true;
|
||||||
|
|
||||||
root = pkgs.cinny.override {
|
# root = pkgs.cinny.override {
|
||||||
conf = {
|
# conf = {
|
||||||
defaultHomeserver = 0;
|
# defaultHomeserver = 0;
|
||||||
allowCustomHomeservers = false;
|
# allowCustomHomeservers = false;
|
||||||
homeserverList = [ "chat.meowy.tech" ];
|
# homeserverList = [ "chat.meowy.tech" ];
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
"admin.chat.meowy.tech" = {
|
"admin.chat.meowy.tech" = {
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue