debug: audio missing on winters

This commit is contained in:
Swarsel 2024-09-28 15:44:05 +02:00
parent 8af4cb511e
commit d17bf0a5f3
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
2 changed files with 8 additions and 4 deletions

View file

@ -7002,18 +7002,20 @@ Also, the system state version is set here. No need to touch it.
isSystemUser = true; isSystemUser = true;
uid = 65136; uid = 65136;
group = "spotifyd"; group = "spotifyd";
extraGroups = [ "audio" "utmp" ]; extraGroups = [ "audio" "utmp" "pipewire" ];
}; };
networking.firewall.allowedTCPPorts = [ 1025 ]; networking.firewall.allowedTCPPorts = [ 1025 ];
services.pipewire.systemWide = true;
services.spotifyd = { services.spotifyd = {
enable = true; enable = true;
settings = { settings = {
global = { global = {
dbus_type = "session"; dbus_type = "session";
use_mpris = false; use_mpris = false;
device = "default:CARD=PCH"; device = "sysdefault:CARD=PCH";
device_name = "SwarselSpot"; device_name = "SwarselSpot";
mixer = "alsa"; mixer = "alsa";
zeroconf_port = 1025; zeroconf_port = 1025;

View file

@ -9,18 +9,20 @@
isSystemUser = true; isSystemUser = true;
uid = 65136; uid = 65136;
group = "spotifyd"; group = "spotifyd";
extraGroups = [ "audio" "utmp" ]; extraGroups = [ "audio" "utmp" "pipewire" ];
}; };
networking.firewall.allowedTCPPorts = [ 1025 ]; networking.firewall.allowedTCPPorts = [ 1025 ];
services.pipewire.systemWide = true;
services.spotifyd = { services.spotifyd = {
enable = true; enable = true;
settings = { settings = {
global = { global = {
dbus_type = "session"; dbus_type = "session";
use_mpris = false; use_mpris = false;
device = "default:CARD=PCH"; device = "sysdefault:CARD=PCH";
device_name = "SwarselSpot"; device_name = "SwarselSpot";
mixer = "alsa"; mixer = "alsa";
zeroconf_port = 1025; zeroconf_port = 1025;