289 current 2024-12-13 20:31:11 24.11.20241207.e2605d0 6.12.3 *

This commit is contained in:
Ranomier 2024-12-13 20:31:18 +01:00
parent cbec90e517
commit d0db1b5cea

View file

@ -29,8 +29,8 @@
# networking.interfaces.enp5s0.useDHCP = lib.mkDefault true;
# networking.interfaces.wlp3s0.useDHCP = lib.mkDefault true;
# Open ports in the firewall.
networking.firewall.allowedTCPPorts = [8080];
networking.firewall.allowedUDPPorts = [8080];
networking.firewall.allowedTCPPorts = [8080 10001 10002];
networking.firewall.allowedUDPPorts = [8080 10001 10002];
# Or disable the firewall altogether.
# networking.firewall.enable = false;