open port 80

This commit is contained in:
jopejoe1 2024-10-09 10:38:39 +02:00
parent 64d84a3282
commit 0ab8ddaaa4

View file

@ -41,8 +41,8 @@
networking.firewall = { networking.firewall = {
enable = true; enable = true;
allowedTCPPorts = [ 21 ]; allowedTCPPorts = [ 21 80 ];
allowedUDPPorts = [ 21 ]; allowedUDPPorts = [ 21 80 ];
}; };
systemd.network.networks."10-uplink".networkConfig.Address = "2a01:4f8:a0:31e5::/64"; systemd.network.networks."10-uplink".networkConfig.Address = "2a01:4f8:a0:31e5::/64";