forked from fediversity/fediversity
actually pass a priority level fitting my description
This commit is contained in:
parent
f88a2af47b
commit
5adaeb1420
1 changed files with 4 additions and 4 deletions
|
|
@ -69,11 +69,11 @@ 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;
|
||||||
defaults.email = "something@fediversity.net";
|
# 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.
|
||||||
|
defaults.email = lib.modules.mkOverride 200 "something@fediversity.net";
|
||||||
# defaults.server = "https://acme-staging-v02.api.letsencrypt.org/directory";
|
# defaults.server = "https://acme-staging-v02.api.letsencrypt.org/directory";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue