feat: mpdscribble
This commit is contained in:
@@ -62,18 +62,9 @@ in {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
# services.mpdscribble = mkIf cfg.scrobbling.enable {
|
||||
# enable = true;
|
||||
# endpoints = {
|
||||
# "last.fm" = {
|
||||
# passwordFile = "/etc/insecure-bullshit/lastfm-password.lol";
|
||||
# username = "crumb1";
|
||||
# };
|
||||
# "libre.fm" = {
|
||||
# passwordFile = "/etc/insecure-bullshit/librefm-password.lol";
|
||||
# username = "crumbtoo";
|
||||
# };
|
||||
# };
|
||||
# };
|
||||
services.mpdscribble = mkIf cfg.scrobbling.enable {
|
||||
enable = true;
|
||||
endpoints = cfg.scrobbling.endpoints;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user