mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-24 07:40:59 +01:00
ZeNixComputa: Open Jackbox ports
This commit is contained in:
parent
16576cc155
commit
1466bd0fa2
1 changed files with 2 additions and 2 deletions
|
|
@ -40,8 +40,8 @@
|
|||
wakeOnLan.enable = true;
|
||||
};
|
||||
};
|
||||
firewall.allowedTCPPorts = [8080 8085 5201 7777 24642];
|
||||
firewall.allowedUDPPorts = [24642];
|
||||
firewall.allowedTCPPorts = [8080 8085 5201 7777 24642 80 443 843 38202 38203];
|
||||
firewall.allowedUDPPorts = [24642 80 443 843 38202 38203];
|
||||
};
|
||||
|
||||
time.timeZone = "Europe/Paris";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue