mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-02-22 12:55:13 +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 = {
|
||||
acceptTerms = true;
|
||||
defaults.email = lib.mkDefault "ahwx@ahwx.org";
|
||||
maxConcurrentRenewals = 1;
|
||||
defaults = {
|
||||
validMinDays = 30;
|
||||
renewInterval = "daily";
|
||||
# server = "https://acme-staging-v02.api.letsencrypt.org/directory";
|
||||
# dnsPropagationCheck = false;
|
||||
extraLegoFlags = [ "--dns.propagation-wait=300s" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue