Enable snapcast-discover module

This commit is contained in:
Jakob Lechner 2024-12-09 00:54:15 +01:00
parent 9ffcefc612
commit ca0f4663b0

View file

@ -18,6 +18,23 @@ lib.mkIf config.jalr.gui.enable {
enable = true;
support32Bit = true;
};
extraConfig.pipewire-pulse."10-snapcast-discover" = {
"context.modules" = [
{
name = "libpipewire-module-snapcast-discover";
args = {
stream.rules = [{
matches = [{
snapcast.ip = "~.*";
}];
actions = {
create-stream = { };
};
}];
};
}
];
};
};
environment.systemPackages = with pkgs; [