Globally set Let’s Encrypt requirements

pull/48/head
Simon Bruder 2021-01-31 12:05:20 +01:00
parent 3304c8e62e
commit f211bae4e2
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 6 additions and 0 deletions

View File

@ -135,5 +135,11 @@ in
nixpkgs.overlays = [
(import ../pkgs)
];
# Globally set Lets Encrypt requirements
security.acme = {
acceptTerms = true;
email = "security@sbruder.de";
};
};
}