mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
update proxy ports
This commit is contained in:
parent
ed2fd399ff
commit
10ee5ca2c2
1 changed files with 7 additions and 5 deletions
|
|
@ -1,9 +1,11 @@
|
|||
{
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
25565
|
||||
25575
|
||||
24454
|
||||
];
|
||||
networking.firewall = {
|
||||
allowedUDPPorts = [ 24454 ];
|
||||
allowedTCPPorts = [
|
||||
25565
|
||||
25575
|
||||
];
|
||||
};
|
||||
services.nginx = {
|
||||
enable = true;
|
||||
config = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue