forked from nyanloutre/nixos-config
Update systems/LoutreOS/web.nix
This commit is contained in:
parent
770eef9e09
commit
6eddd7e990
1 changed files with 5 additions and 1 deletions
|
@ -44,7 +44,11 @@ let
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
security.acme = {
|
security.acme = {
|
||||||
defaults.email = "paul@nyanlout.re";
|
defaults = {
|
||||||
|
email = "paul@nyanlout.re";
|
||||||
|
# Use european ACME service
|
||||||
|
server = "https://api.buypass.com/acme/directory";
|
||||||
|
};
|
||||||
acceptTerms = true;
|
acceptTerms = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue