theme qt6
among other things..
This commit is contained in:
parent
20108064de
commit
4cca1dc327
16 changed files with 326 additions and 136 deletions
|
|
@ -240,7 +240,7 @@
|
|||
};
|
||||
|
||||
# Open ports in the firewall.
|
||||
networking.firewall.allowedTCPPorts = [80 443 6969 2022];
|
||||
networking.firewall.allowedTCPPorts = [80 443 6969 2022 16262];
|
||||
networking.firewall.allowedTCPPortRanges = [
|
||||
{
|
||||
from = 25565;
|
||||
|
|
@ -251,7 +251,7 @@
|
|||
to = 24464;
|
||||
}
|
||||
];
|
||||
networking.firewall.allowedUDPPorts = [80 443 6969 2022];
|
||||
networking.firewall.allowedUDPPorts = [80 443 6969 2022 16262];
|
||||
# Or disable the firewall altogether.
|
||||
# networking.firewall.enable = false;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue