fix: allow tcp ports 80 and 443 on sv1

This commit is contained in:
Bladesy 2024-12-17 20:58:53 +00:00
parent 2002c2895a
commit 1b44c0e3ab

View File

@ -152,6 +152,10 @@
networking = {
hostName = "sv1";
networkmanager.enable = true;
firewall.allowedTCPPorts = [
80
443
];
};
time.timeZone = "Europe/London";