Nginx check works

This commit is contained in:
2026-04-10 21:53:03 +02:00
parent 46fb7622e9
commit c4db806334

View File

@@ -9,6 +9,14 @@
default_type text/html;
'';
};
listen = [
{
addr = "0.0.0.0";
port = 80;
}
];
};
};
networking.firewall.allowedTCPPorts = [ 80 ];
}