From 34d6225879ebb66ecb1084aaa822660fc31e8627 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Thu, 2 Jan 2025 14:58:47 +0400 Subject: [PATCH] i hate acme. --- modules/server/fedi/akkoma.nix | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/modules/server/fedi/akkoma.nix b/modules/server/fedi/akkoma.nix index d3390675..54188205 100644 --- a/modules/server/fedi/akkoma.nix +++ b/modules/server/fedi/akkoma.nix @@ -7,8 +7,17 @@ in { # :( config = mkIf cfg.enable { security.acme.certs = { - "social.sako.lol" = { }; - "media.social.sako.lol" = { }; + "social.sako.lol" = { + credentialsFile = "/srv/secrets/porkbun"; + dnsProvider = "porkbun"; + webroot = null; + }; + "media.social.sako.lol" = { + credentialsFile = "/srv/secrets/porkbun"; + dnsProvider = "porkbun"; + webroot = null; + + }; }; services = { akkoma = {