3 lines
79 B
Nix
3 lines
79 B
Nix
{pkgs, ...}: {
|
|
networking.firewall.allowedTCPPorts = [80 22 443 8009 222];
|
|
}
|