ma default: accept acme terms

This commit is contained in:
makefu 2020-04-22 16:36:44 +02:00
parent 1d37833c28
commit d14028e7df

View file

@ -85,4 +85,8 @@ with import <stockholm/lib>;
RuntimeMaxUse=128M
'';
environment.pathsToLink = [ "/share" ];
security.acme = {
email = "letsencrypt@syntax-fehler.de";
acceptTerms = true;
};
}