nixos/modules/plex/default.nix

7 lines
77 B
Nix

{ ... }:
{
networking = {
firewall.allowedTCPPorts = [ 32400 ];
};
}