mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 17:17:22 +01:00
debug: audio missing on winters
This commit is contained in:
parent
8af4cb511e
commit
d17bf0a5f3
2 changed files with 8 additions and 4 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue