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];