diff --git a/makefu/2configs/default.nix b/makefu/2configs/default.nix index 0cbb5efe7..6166b87c3 100644 --- a/makefu/2configs/default.nix +++ b/makefu/2configs/default.nix @@ -85,4 +85,8 @@ with import ; RuntimeMaxUse=128M ''; environment.pathsToLink = [ "/share" ]; + security.acme = { + email = "letsencrypt@syntax-fehler.de"; + acceptTerms = true; + }; }