mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 03:21:35 +01:00
Add UDP ports for server
This commit is contained in:
@@ -16,6 +16,7 @@
|
|||||||
hostName = "server";
|
hostName = "server";
|
||||||
firewall = {
|
firewall = {
|
||||||
allowedTCPPorts = [ 80 443 25565 ];
|
allowedTCPPorts = [ 80 443 25565 ];
|
||||||
|
allowedUDPPorts = [ 80 443 25565 ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -82,6 +82,7 @@
|
|||||||
discord
|
discord
|
||||||
qbittorrent
|
qbittorrent
|
||||||
neofetch
|
neofetch
|
||||||
|
google-chrome
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user