summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ACME.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACME.md b/ACME.md
index 7da5bb0..e8eaefe 100644
--- a/ACME.md
+++ b/ACME.md
@@ -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 ];
}
```