6 lines
80 B
Nix
6 lines
80 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
networking.firewall.allowedTCPPorts = [4200 8080];
|
|
}
|