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 = {
|
# 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 ];
|
||||||
|
|||||||
Reference in New Issue
Block a user