i hate acme.
This commit is contained in:
parent
4c297826da
commit
34d6225879
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue