fix: open firewall

Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
Lander Van den Bulcke 2025-07-02 00:53:54 +02:00
parent 68172f09ac
commit e2e780ea28
Signed by: lander
GPG key ID: 0142722B4B0C536F

View file

@ -13,6 +13,13 @@
networking.hostName = "hosting-01"; networking.hostName = "hosting-01";
networking.nameservers = [ "8.8.8.8" ]; networking.nameservers = [ "8.8.8.8" ];
networking.firewall = {
enable = true;
allowedTCPPorts = [
80
443
];
};
services = { services = {
nginx = { nginx = {