mirror of
https://github.com/kmein/niveum
synced 2026-03-19 03:21:10 +01:00
feat(pulseaudio): sink zaatar
This commit is contained in:
@@ -79,6 +79,16 @@ in {
|
||||
hardware.pulseaudio = {
|
||||
enable = true;
|
||||
package = pkgs.pulseaudioFull; # for bluetooth sound output
|
||||
# copy server:/run/pulse/.config/pulse/cookie to client:~/.config/pulse/cookie to authenticate a client machine
|
||||
extraConfig = ''
|
||||
load-module ${toString [
|
||||
"module-tunnel-sink-new"
|
||||
"server=zaatar.r"
|
||||
"sink_name=zaatar"
|
||||
"channels=2"
|
||||
"rate=44100"
|
||||
]}
|
||||
'';
|
||||
};
|
||||
|
||||
users.users.me.extraGroups = [ "audio" ];
|
||||
|
||||
Reference in New Issue
Block a user