Catch all the stuff I missed in the server services to get them to build
This commit is contained in:
parent
25a3a7e237
commit
a5f06865de
44 changed files with 212 additions and 197 deletions
|
@ -1,10 +1,10 @@
|
|||
{ outputs, ... }:
|
||||
{ config, ... }:
|
||||
{
|
||||
security.acme = {
|
||||
acceptTerms = true;
|
||||
defaults.email = outputs.secrets.jimEmail;
|
||||
defaults.email = "jimjam4real@gmail.com";
|
||||
certs = {
|
||||
"turn.${outputs.secrets.jimDomain}" = {
|
||||
"turn.${config.secrets.jimDomain}" = {
|
||||
group = "turnserver";
|
||||
postRun = "systemctl restart coturn.service";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue