11 lines
164 B
Nix
11 lines
164 B
Nix
|
{ ... }:
|
||
|
|
||
|
{
|
||
|
networking.firewall = {
|
||
|
enable = true;
|
||
|
# Open ports in the firewall.
|
||
|
#allowedTCPPorts = [ ... ];
|
||
|
#allowedUDPPorts = [ ... ];
|
||
|
};
|
||
|
}
|