feat: mpdscribble

This commit is contained in:
Madeleine Sydney
2025-01-02 02:20:27 -07:00
parent d336291ac9
commit 1870ca57c9
5 changed files with 41 additions and 40 deletions

View File

@@ -18,30 +18,9 @@
sops = {
enable = true;
keyFile = "/persist/user-files/${config.home.username}/key.txt";
secrets = {
lastfm-password = {};
librefm-password = {};
};
};
mpd = {
enable = true;
scrobbling.endpoints = {
"last.fm" = {
passwordFile = config.sydnix.sops.secrets.lastfm-password.path;
username = "crumb1";
};
"libre.fm" = {
passwordFile = config.sydnix.sops.secrets.librefm-password.path;
username = "crumbtoo";
};
};
};
};
home.packages = [
];
# Don't touch!
home.stateVersion = "18.09";
};