mirror of
https://github.com/kmein/niveum
synced 2026-03-18 02:51:08 +01:00
fix(spotifyd): give access to pipewire
This commit is contained in:
@@ -28,6 +28,7 @@
|
|||||||
"username:${config.age.secrets.spotify-username.path}"
|
"username:${config.age.secrets.spotify-username.path}"
|
||||||
"password:${config.age.secrets.spotify-password.path}"
|
"password:${config.age.secrets.spotify-password.path}"
|
||||||
];
|
];
|
||||||
|
serviceConfig.SupplementaryGroups = ["pipewire"];
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.firewall.allowedTCPPorts = [4713];
|
networking.firewall.allowedTCPPorts = [4713];
|
||||||
|
|||||||
Reference in New Issue
Block a user