@cryptotaxi247 / infra-1 / commits / 8ee88752

acme: tell them who we are

Graham Christensen committed Apr 5, 2020 at 22:14 UTC 8ee8875238aae3478c9cb59819397976ff5df67d
1 file changed +3
delft/network.nix
+3
@@ -36,6 +36,9 @@ let
36
37 in {
38 defaults = {
39 + security.acme.acceptTerms = true;
40 + security.acme.email = "webmaster@nixos.org";
41 +
42 imports = [
43 ../modules/wireguard.nix
44 ../modules/prometheus