forked from Fediversity/Fediversity
use mkDefault to prevent acme clash in tests
This commit is contained in:
parent
fb376b4684
commit
433d0dc278
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ in
|
|||
config = {
|
||||
## FIXME: This should clearly go somewhere else; and we should have a
|
||||
## `staging` vs. `production` setting somewhere.
|
||||
security.acme = {
|
||||
security.acme = lib.mkDefault {
|
||||
acceptTerms = true;
|
||||
defaults.email = "something@fediversity.net";
|
||||
# defaults.server = "https://acme-staging-v02.api.letsencrypt.org/directory";
|
||||
|
|
Loading…
Add table
Reference in a new issue