bert: Add navidrome
This commit is contained in:
parent
e9e8913fe6
commit
5271fe9965
4 changed files with 17 additions and 0 deletions
10
bert/services/navidrome.nix
Normal file
10
bert/services/navidrome.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
services.navidrome = {
|
||||
enable = true;
|
||||
settings = {
|
||||
MusicFolder = "/mnt/bigbird-public/media/music";
|
||||
ScanSchedule = "@every 12h";
|
||||
EnableSharing = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue