Allow streaming of pulseaudio devices
This commit is contained in:
parent
062f39c363
commit
7bcbbddbac
1 changed files with 7 additions and 1 deletions
|
|
@ -44,6 +44,7 @@
|
||||||
xautolock
|
xautolock
|
||||||
unstable.mqtt-explorer
|
unstable.mqtt-explorer
|
||||||
musescore
|
musescore
|
||||||
|
pulseaudio
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -65,6 +66,7 @@
|
||||||
# appearance.
|
# appearance.
|
||||||
#
|
#
|
||||||
# picom.enable = true;
|
# picom.enable = true;
|
||||||
|
pipewire.pulse.enable = true;
|
||||||
pcscd.enable = true;
|
pcscd.enable = true;
|
||||||
tailscale.enable = true;
|
tailscale.enable = true;
|
||||||
gvfs.enable = true;
|
gvfs.enable = true;
|
||||||
|
|
@ -147,7 +149,11 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
# Syncthing
|
# Syncthing
|
||||||
allowedTCPPorts = [ 22000 ];
|
allowedTCPPorts = [
|
||||||
|
# vlc audio streaming
|
||||||
|
8888
|
||||||
|
22000
|
||||||
|
];
|
||||||
allowedUDPPorts = [ 22000 21027 ];
|
allowedUDPPorts = [ 22000 21027 ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue