feat: MPD

This commit is contained in:
Madeleine Sydney
2025-01-02 01:16:18 -07:00
parent 00402bdb93
commit d336291ac9
5 changed files with 131 additions and 17 deletions

View File

@@ -19,24 +19,23 @@
enable = true;
keyFile = "/persist/user-files/${config.home.username}/key.txt";
secrets = {
example-user-key = {};
lastfm-password = {};
librefm-password = {};
};
};
impermanence = {
mpd = {
enable = true;
directories = [
"Music"
"Pictures"
"Documents"
"Videos"
".ssh"
{
directory = ".local/share/Steam";
method = "symlink";
}
".passage"
];
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";
};
};
};
};