7 lines
78 B
Nix
7 lines
78 B
Nix
{ ... }:
|
|
{
|
|
networking.firewall.allowedTCPPorts = [
|
|
8080
|
|
9090
|
|
];
|
|
}
|