i hate acme.

This commit is contained in:
Sakooooo 2025-01-02 14:58:47 +04:00
parent 4c297826da
commit 34d6225879
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -7,8 +7,17 @@ in {
# :( # :(
config = mkIf cfg.enable { config = mkIf cfg.enable {
security.acme.certs = { security.acme.certs = {
"social.sako.lol" = { }; "social.sako.lol" = {
"media.social.sako.lol" = { }; credentialsFile = "/srv/secrets/porkbun";
dnsProvider = "porkbun";
webroot = null;
};
"media.social.sako.lol" = {
credentialsFile = "/srv/secrets/porkbun";
dnsProvider = "porkbun";
webroot = null;
};
}; };
services = { services = {
akkoma = { akkoma = {