10 lines
127 B
Nix
10 lines
127 B
Nix
|
{ ... }:
|
||
|
{
|
||
|
networking.firewall = {
|
||
|
allowedUDPPorts = [
|
||
|
27015 # Half-Life
|
||
|
7777 # Lethal Company
|
||
|
];
|
||
|
};
|
||
|
}
|