mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 08:53: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 = [
|
networking.firewall = {
|
||||||
|
allowedUDPPorts = [ 24454 ];
|
||||||
|
allowedTCPPorts = [
|
||||||
25565
|
25565
|
||||||
25575
|
25575
|
||||||
24454
|
|
||||||
];
|
];
|
||||||
|
};
|
||||||
services.nginx = {
|
services.nginx = {
|
||||||
enable = true;
|
enable = true;
|
||||||
config = ''
|
config = ''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue