forked from Fediversity/Fediversity
actually pass a priority level fitting my description
This commit is contained in:
parent
761d74a109
commit
5140fe5935
1 changed files with 1 additions and 3 deletions
|
@ -69,9 +69,7 @@ in
|
||||||
config = {
|
config = {
|
||||||
## FIXME: This should clearly go somewhere else; and we should have a
|
## FIXME: This should clearly go somewhere else; and we should have a
|
||||||
## `staging` vs. `production` setting somewhere.
|
## `staging` vs. `production` setting somewhere.
|
||||||
# use a priority higher than mkDefault for panel deployment to work,
|
security.acme = {
|
||||||
# yet lower than default so this will not clash with the setting in tests.
|
|
||||||
security.acme = lib.modules.defaultOverridePriority {
|
|
||||||
acceptTerms = true;
|
acceptTerms = true;
|
||||||
# use a priority more urgent than mkDefault for panel deployment to work,
|
# 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.
|
# yet looser than default so this will not clash with the setting in tests.
|
||||||
|
|
Loading…
Add table
Reference in a new issue