diff options
-rw-r--r-- | ACME.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,6 +49,6 @@ security.acme.certs."myservice.r".server = "https://ca.r/acme/acme/directory"; }; }; - networking.firewall.allowedTCPPorts = [ 80 443 ]; + networking.firewall.allowedTCPPorts = [ 80 443 ]; } ``` |