fix: add step ca port to allowed TCP port

This commit is contained in:
DACHXY 2025-05-03 14:50:25 +08:00
parent f5ba45b20c
commit 2c628abdc0

View file

@ -9,6 +9,8 @@
users.groups.step-ca = { };
networking.firewall.allowedTCPPorts = [ 8443 ];
services.step-ca = {
enable = true;
address = "0.0.0.0";