fix spotifyd credentials

dev-docs
Moritz Böhme 2021-10-31 15:23:11 +01:00
parent 1457193cc4
commit 50075dc844
1 changed files with 4 additions and 2 deletions

View File

@ -9,11 +9,13 @@
global = {
# A command that gets executed and can be used to
# retrieve your username.
username_cmd = "${pkgs.coreutils}/bin/head -n 1 /run/secrets/spotify";
username_cmd =
"${pkgs.coreutils}/bin/head -n 1 /run/secrets/spotifyd";
# A command that gets executed and can be used to
# retrieve your password.
password_cmd = "${pkgs.coreutils}/bin/tail -n 1 /run/secrets/spotify";
password_cmd =
"${pkgs.coreutils}/bin/tail -n 1 /run/secrets/spotifyd";
# The name that gets displayed under the connect tab on
# official clients. Spaces are not allowed!