spotifyd: enable withKeyring by default

This is a standard feature described in documentation and very useful in
configuring spotify declaratively without leaking secrets
This commit is contained in:
seth
2024-07-12 18:26:47 -04:00
parent 41e79c9e11
commit b0df3a330f
+1 -1
View File
@@ -15,7 +15,7 @@
withPortAudio ? stdenv.isDarwin,
portaudio,
withMpris ? stdenv.isLinux,
withKeyring ? false,
withKeyring ? true,
dbus,
nix-update-script,
testers,