feat(tanzanite): acme cert configuration

This commit is contained in:
stitchy 2024-12-21 19:18:43 -08:00
parent 0effd94182
commit 38c9117551
Signed by: stitchy
SSH key fingerprint: SHA256:f7Wxv5r7Ooi4z3GxqMBx50LlPRtY/kUK/Sw8K02PYys

View file

@ -17,6 +17,16 @@ in {
data-root = "/opt/data"; data-root = "/opt/data";
}; };
}; };
security.acme = {
acceptTerms = true;
defaults.email = "stitchy@stitchy.moe";
defaults.dnsProvider = "porkbun";
defaults.environmentFile = "/persist/acme/porkbun.tokens";
certs = {
};
};
};
networking.firewall = { networking.firewall = {
allowedTCPPorts = [ 22 80 222 443 ]; allowedTCPPorts = [ 22 80 222 443 ];