Other small formatting changes

This commit is contained in:
Bun 2025-03-18 04:43:14 -04:00
parent 8ecb59be3e
commit 30fc0dc800
4 changed files with 13 additions and 17 deletions

View file

@ -1,9 +1,4 @@
{ ... }:
{
networking.firewall = {
allowedUDPPorts = [
27015 # Half-Life
7777 # Lethal Company
];
};
networking.firewall.allowedUDPPorts = [ 27015 ];
}