about summary refs log tree commit diff
path: root/pkgs/by-name/sp/spotifyd
diff options
context:
space:
mode:
authorseth2024-07-12 18:26:47 -0400
committerseth2024-07-12 18:26:47 -0400
commitb0df3a330f781f791d33318bc9773b4f29fd6152 (patch)
tree41cd8140450f5d3393ad3bd161d93b966bcb78e7 /pkgs/by-name/sp/spotifyd
parent41e79c9e11005208bbd929588ed880cdd7727da7 (diff)
spotifyd: enable `withKeyring` by default
This is a standard feature described in documentation and very useful in
configuring spotify declaratively without leaking secrets
Diffstat (limited to 'pkgs/by-name/sp/spotifyd')
-rw-r--r--pkgs/by-name/sp/spotifyd/package.nix2
1 files changed, 1 insertions, 1 deletions
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,