feat: test acme listenHTTP
This commit is contained in:
parent
44feb79520
commit
8a9e5a01fb
1 changed files with 2 additions and 3 deletions
|
|
@ -43,11 +43,10 @@ in {
|
|||
networking.firewall.allowedTCPPorts = [ 80 443 ];
|
||||
|
||||
security.acme.certs.${config.services.coturn.realm} = {
|
||||
/* insert here the right configuration to obtain a certificate */
|
||||
listenHTTP = "0.0.0.0:80";
|
||||
email = "stefan@tague.at";
|
||||
postRun = "systemctl restart coturn.service";
|
||||
group = "turnserver";
|
||||
email = "stefan@tague.at";
|
||||
listenHTTP = true;
|
||||
};
|
||||
|
||||
services.postgresql.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue