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

@ -60,6 +60,5 @@
};
};
networking.firewall.allowedTCPPorts = [80 443];
environment.systemPackages = with pkgs; [headscale];
}