Server/beets: make music library accesible with copyparty

This commit is contained in:
Toast 2025-09-22 18:26:08 +02:00
parent 75312f7622
commit 2fc9fe9e1a

View file

@ -22,6 +22,13 @@ in {
}; };
}; };
services.copyparty = {
volumes."/Music" = {
path = "/srv/music";
access.r = "*";
};
};
home-manager.users.toast = {config, ...}: { home-manager.users.toast = {config, ...}: {
programs.beets = { programs.beets = {
enable = true; enable = true;