infrastructure/config/profiles/gui/mpd.nix
2021-08-08 03:52:22 +01:00

10 lines
134 B
Nix

{ config, lib, ... }:
with lib;
{
kw.fw = {
public.tcp.ports = [ 6600 32101 ];
private.tcp.ports = [ 6600 32101 ];
};
}