bert: Remove Navidrome version pin
This commit is contained in:
parent
4ec43f7226
commit
71a39e5a35
1 changed files with 2 additions and 1 deletions
|
|
@ -1,11 +1,12 @@
|
|||
{
|
||||
services.navidrome = {
|
||||
enable = true;
|
||||
package = (import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/33ab0a55ad0e3fe2b40339bdc3c46e3387a8a777.tar.gz") {}).navidrome;
|
||||
settings = {
|
||||
MusicFolder = "/mnt/bigbird_public/media/music";
|
||||
ScanSchedule = "@every 12h";
|
||||
EnableSharing = true;
|
||||
};
|
||||
};
|
||||
systemd.services.navidrome.after = [ "mnt-bigbird_public.mount" ];
|
||||
systemd.services.navidrome.requires = [ "mnt-bigbird_public.mount" ];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue