allow 80 in

This commit is contained in:
2025-10-30 14:36:48 +00:00
parent 6edcffcaf0
commit 9f8c943653

View File

@@ -5,10 +5,13 @@
wrapGo = true;
};
networking.hosts."127.0.0.1" = [
networking = {
hosts."127.0.0.1" = [
"go"
"go."
];
firewall.allowedTCPPorts = [ 80 ];
};
services.nginx = {
enable = true;