Fix gmusic password

This commit is contained in:
Alexander Bantyev 2020-04-30 14:56:01 +03:00
parent 9bc7130333
commit 4ee582d9f7
Signed by: balsoft
GPG Key ID: E081FF12ADCB4AD5
3 changed files with 2 additions and 2 deletions

View File

@ -109,7 +109,7 @@ in {
inherit (import inputs.nixpkgs-mopidy {
localSystem.system = "x86_64-linux";
})
mopidy mopidy-gmusic mopidy-mpd mopidy-mpris mopidy-youtube;
mopidy mopidy-gmusic mopidy-mpd mopidy-mpris mopidy-youtube pykka;
})
];
nixpkgs.config = {

View File

@ -6,7 +6,7 @@
configuration = (if (!isNull config.secrets.gpmusic) then ''
[gmusic]
username = ${config.secrets.gpmusic.user}
password = ${config.secrets.gpmusic.password}
refresh_token = ${config.secrets.gpmusic.password}
deviceid = ${config.secrets.gpmusic.deviceid}
bitrate = 128
'' else

Binary file not shown.