289 current 2024-12-13 20:31:11 24.11.20241207.e2605d0 6.12.3 *
This commit is contained in:
parent
cbec90e517
commit
d0db1b5cea
1 changed files with 2 additions and 2 deletions
|
@ -29,8 +29,8 @@
|
||||||
# networking.interfaces.enp5s0.useDHCP = lib.mkDefault true;
|
# networking.interfaces.enp5s0.useDHCP = lib.mkDefault true;
|
||||||
# networking.interfaces.wlp3s0.useDHCP = lib.mkDefault true;
|
# networking.interfaces.wlp3s0.useDHCP = lib.mkDefault true;
|
||||||
# Open ports in the firewall.
|
# Open ports in the firewall.
|
||||||
networking.firewall.allowedTCPPorts = [8080];
|
networking.firewall.allowedTCPPorts = [8080 10001 10002];
|
||||||
networking.firewall.allowedUDPPorts = [8080];
|
networking.firewall.allowedUDPPorts = [8080 10001 10002];
|
||||||
# Or disable the firewall altogether.
|
# Or disable the firewall altogether.
|
||||||
# networking.firewall.enable = false;
|
# networking.firewall.enable = false;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue