feat: MPD
This commit is contained in:
@@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user