open ports

This commit is contained in:
Johannes Jöns 2024-04-20 21:07:32 +02:00
parent 18b26ea58b
commit 53cf2c8178

View file

@ -30,6 +30,12 @@
};
};
networking.firewall = {
enable = true;
allowedTCPPorts = [ 21 ];
allowedUDPPorts = [ 21 ];
};
systemd.network.networks."10-uplink".networkConfig.Address = "2a01:4f8:a0:31e5::/64";
time.timeZone = "Europe/Berlin";