use mkDefault to prevent acme clash in tests

This commit is contained in:
Kiara Grouwstra 2025-07-04 19:30:18 +02:00
parent b9d406f437
commit 8ff5b87d00
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -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.