From b0df3a330f781f791d33318bc9773b4f29fd6152 Mon Sep 17 00:00:00 2001 From: seth Date: Fri, 12 Jul 2024 18:26:47 -0400 Subject: [PATCH] spotifyd: enable `withKeyring` by default This is a standard feature described in documentation and very useful in configuring spotify declaratively without leaking secrets --- pkgs/by-name/sp/spotifyd/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/sp/spotifyd/package.nix b/pkgs/by-name/sp/spotifyd/package.nix index e1393e447d2a..83240137a064 100644 --- a/pkgs/by-name/sp/spotifyd/package.nix +++ b/pkgs/by-name/sp/spotifyd/package.nix @@ -15,7 +15,7 @@ withPortAudio ? stdenv.isDarwin, portaudio, withMpris ? stdenv.isLinux, - withKeyring ? false, + withKeyring ? true, dbus, nix-update-script, testers,