diff --git a/profiles/gui/nixos/music.nix b/profiles/gui/nixos/music.nix new file mode 100644 index 00000000..4944f7cd --- /dev/null +++ b/profiles/gui/nixos/music.nix @@ -0,0 +1,7 @@ +{ config, lib, ... }: + +with lib; + +{ + katnet.private.tcp.ports = singleton 32101; +}