docs: remove email from acme default configuration

This is not required any longer since
https://github.com/NixOS/nixpkgs/pull/489983
This commit is contained in:
Martin Weinelt
2026-03-23 02:31:14 +01:00
parent 569ed84e4b
commit 2e6711bbdd
+2 -4
View File
@@ -18,10 +18,8 @@
}) })
]; ];
security.acme = { # https://letsencrypt.org/repository/#let-s-encrypt-subscriber-agreement
acceptTerms = true; security.acme.acceptTerms = true;
defaults.email = "security@example.com";
};
# Allow incoming HTTP connections # Allow incoming HTTP connections
networking.firewall.allowedTCPPorts = [ 80 ]; networking.firewall.allowedTCPPorts = [ 80 ];