fix certs?

This commit is contained in:
andromeda
2026-01-26 21:58:55 +01:00
parent 8c0db96ca4
commit 0647d9a8e0

View File

@@ -37,6 +37,14 @@
forceSSL = true;
enableACME = true;
};
"matrix.${config.networking.domain}" = {
forceSSL = true;
enableACME = true;
};
"${config.networking.domain}" = {
forceSSL = true;
enableACME = true;
};
};
};
security.acme = {