update firewall rules

This commit is contained in:
2024-09-13 20:09:52 +05:30
parent 8287257e29
commit d4f3e8ad6f
3 changed files with 5 additions and 2 deletions

View File

@ -47,6 +47,10 @@
networking = {
hostName = "controller";
firewall = {
enable = true;
allowedTCPPorts = [80 443 22];
};
};
security = {