This commit is contained in:
Vivian 2024-01-04 11:17:26 +01:00
parent cb4949cc10
commit a520f77309

View file

@ -143,6 +143,11 @@ in {
forceSSL = true; forceSSL = true;
root = inputs.essentials.packages.${pkgs.system}.default; root = inputs.essentials.packages.${pkgs.system}.default;
}; };
"bear.0x76.dev" = {
enableACME = true;
forceSSL = true;
root = inputs.essentials.packages.${pkgs.system}.default;
};
"cinny.chat.meowy.tech" = { "cinny.chat.meowy.tech" = {
enableACME = true; enableACME = true;
forceSSL = true; forceSSL = true;