Move the acme for Coturn where it belongs
This commit is contained in:
parent
f7c3f6e279
commit
9d322d435c
4 changed files with 8 additions and 7 deletions
|
@ -10,4 +10,11 @@
|
|||
}];
|
||||
locations."/".proxyPass = "http://127.0.0.1:1380";
|
||||
};
|
||||
|
||||
security.acme.certs = {
|
||||
"turn.${config.secrets.jimDomain}" = {
|
||||
group = "turnserver";
|
||||
postRun = "systemctl restart coturn.service";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue