open firewall

This commit is contained in:
twoneis 2025-02-06 18:58:53 +01:00
parent 704cf3e2af
commit 5c1af20894

View file

@ -13,4 +13,8 @@ in mkIf conf.website.enable {
}; };
}; };
}; };
networking.firewall.allowedTCPPorts = [
80
];
} }