From d14028e7df74fb56f3748cd1d6d345c009670692 Mon Sep 17 00:00:00 2001 From: makefu Date: Wed, 22 Apr 2020 16:36:44 +0200 Subject: [PATCH] ma default: accept acme terms --- 2configs/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/2configs/default.nix b/2configs/default.nix index 0cbb5ef..6166b87 100644 --- a/2configs/default.nix +++ b/2configs/default.nix @@ -85,4 +85,8 @@ with import ; RuntimeMaxUse=128M ''; environment.pathsToLink = [ "/share" ]; + security.acme = { + email = "letsencrypt@syntax-fehler.de"; + acceptTerms = true; + }; }