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:
@@ -18,10 +18,8 @@
|
||||
})
|
||||
];
|
||||
|
||||
security.acme = {
|
||||
acceptTerms = true;
|
||||
defaults.email = "security@example.com";
|
||||
};
|
||||
# https://letsencrypt.org/repository/#let-s-encrypt-subscriber-agreement
|
||||
security.acme.acceptTerms = true;
|
||||
|
||||
# Allow incoming HTTP connections
|
||||
networking.firewall.allowedTCPPorts = [ 80 ];
|
||||
|
||||
Reference in New Issue
Block a user