11 lines
89 B
Nix
11 lines
89 B
Nix
{ ... }:
|
|
|
|
{
|
|
networking.firewall.allowedTCPPorts = [
|
|
8081
|
|
8082
|
|
8443
|
|
];
|
|
|
|
}
|