From 5fd7bb61d56c46a42e2303aaddf028486eff1d2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Tue, 9 Jan 2024 23:52:47 +0100 Subject: [PATCH] fix(spotifyd): give access to pipewire --- systems/zaatar/spotifyd.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/systems/zaatar/spotifyd.nix b/systems/zaatar/spotifyd.nix index 451d0bc..2b5a385 100644 --- a/systems/zaatar/spotifyd.nix +++ b/systems/zaatar/spotifyd.nix @@ -28,6 +28,7 @@ "username:${config.age.secrets.spotify-username.path}" "password:${config.age.secrets.spotify-password.path}" ]; + serviceConfig.SupplementaryGroups = ["pipewire"]; }; networking.firewall.allowedTCPPorts = [4713];