7 lines
No EOL
153 B
Nix
7 lines
No EOL
153 B
Nix
{ ... }:
|
|
{
|
|
networking.firewall.enable = true;
|
|
|
|
networking.firewall.allowedTCPPorts = [ 8080 ];
|
|
networking.firewall.allowedUDPPorts = [ 8080 ];
|
|
} |