Server/beets: make music library accesible with copyparty
This commit is contained in:
parent
75312f7622
commit
2fc9fe9e1a
1 changed files with 7 additions and 0 deletions
|
|
@ -22,6 +22,13 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
services.copyparty = {
|
||||
volumes."/Music" = {
|
||||
path = "/srv/music";
|
||||
access.r = "*";
|
||||
};
|
||||
};
|
||||
|
||||
home-manager.users.toast = {config, ...}: {
|
||||
programs.beets = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue