Move the acme for Coturn where it belongs

This commit is contained in:
Jimbo 2024-10-22 21:00:03 -04:00
parent f7c3f6e279
commit 9d322d435c
4 changed files with 8 additions and 7 deletions

View file

@ -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";
};
};
}