forked from Fediversity/Fediversity
use mkDefault to prevent acme clash in tests
This commit is contained in:
parent
b9d406f437
commit
8ff5b87d00
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;
|
||||
# use a priority more urgent than mkDefault for panel deployment to work,
|
||||
# yet looser than default so this will not clash with the setting in tests.
|
||||
|
|
Loading…
Add table
Reference in a new issue