feat(tanzanite): acme cert configuration
This commit is contained in:
parent
0effd94182
commit
38c9117551
1 changed files with 10 additions and 0 deletions
|
@ -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 ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue