mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-02-22 21:05:14 +08:00
chore: acme things; stupidity
This commit is contained in:
parent
7e0b85be45
commit
b5e2d7ef1e
1 changed files with 7 additions and 0 deletions
|
|
@ -6,10 +6,17 @@
|
||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
|
|
||||||
|
#imports = [
|
||||||
|
# (import ./iocaine.nix)
|
||||||
|
#];
|
||||||
|
|
||||||
security.acme = {
|
security.acme = {
|
||||||
acceptTerms = true;
|
acceptTerms = true;
|
||||||
defaults.email = lib.mkDefault "ahwx@ahwx.org";
|
defaults.email = lib.mkDefault "ahwx@ahwx.org";
|
||||||
|
maxConcurrentRenewals = 1;
|
||||||
defaults = {
|
defaults = {
|
||||||
|
validMinDays = 30;
|
||||||
|
renewInterval = "daily";
|
||||||
# server = "https://acme-staging-v02.api.letsencrypt.org/directory";
|
# server = "https://acme-staging-v02.api.letsencrypt.org/directory";
|
||||||
# dnsPropagationCheck = false;
|
# dnsPropagationCheck = false;
|
||||||
extraLegoFlags = [ "--dns.propagation-wait=300s" ];
|
extraLegoFlags = [ "--dns.propagation-wait=300s" ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue