forked from fediversity/fediversity
Compare commits
4 commits
5adaeb1420
...
cc85ec2fc5
| Author | SHA1 | Date | |
|---|---|---|---|
| cc85ec2fc5 | |||
| baaa990513 | |||
| 433d0dc278 | |||
| fb376b4684 |
1 changed files with 12 additions and 0 deletions
|
|
@ -65,4 +65,16 @@ in
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
config = {
|
||||
## FIXME: This should clearly go somewhere else; and we should have a
|
||||
## `staging` vs. `production` setting somewhere.
|
||||
# use a priority higher than mkDefault for panel deployment to work,
|
||||
# yet lower than default so this will not clash with the setting in tests.
|
||||
security.acme = lib.modules.mkOverride 900 {
|
||||
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