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