From f2cbdd6e5f19ad84260ba98a449e1fff0604c947 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Sun, 16 Feb 2020 02:26:39 +0100 Subject: machines/haku: accept terms & add necessary email address --- machines/profpatsch/haku.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'machines/profpatsch') diff --git a/machines/profpatsch/haku.nix b/machines/profpatsch/haku.nix index 2f711870..c3b84ec4 100644 --- a/machines/profpatsch/haku.nix +++ b/machines/profpatsch/haku.nix @@ -119,6 +119,9 @@ in }; + security.acme.acceptTerms = true; + security.acme.email = "mail@profpatsch.de"; + services.nginx = { enable = true; virtualHosts.${hakuHostName} = { -- cgit 1.4.1