Enabled: Firewall for cpi2

This commit is contained in:
2026-02-17 23:15:17 +01:00
parent 20bd3e6d27
commit cb70c8ddf4

View File

@@ -17,7 +17,9 @@
# ]; # ];
firewall = { firewall = {
enable = false; enable = true;
allowPing = true;
allowedTCPPorts = [ ];
}; };
}; };
} }