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

@ -3,11 +3,5 @@
security.acme = {
acceptTerms = true;
defaults.email = "jimjam4real@gmail.com";
certs = {
"turn.${config.secrets.jimDomain}" = {
group = "turnserver";
postRun = "systemctl restart coturn.service";
};
};
};
}