fix: allow tcp ports 80 and 443 on sv1
This commit is contained in:
parent
2002c2895a
commit
1b44c0e3ab
@ -152,6 +152,10 @@
|
||||
networking = {
|
||||
hostName = "sv1";
|
||||
networkmanager.enable = true;
|
||||
firewall.allowedTCPPorts = [
|
||||
80
|
||||
443
|
||||
];
|
||||
};
|
||||
|
||||
time.timeZone = "Europe/London";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user