deploy navidrome

This commit is contained in:
Grisha Shipunov 2025-06-13 01:51:21 +02:00
parent 5dbd3988a1
commit cb198685f3
2 changed files with 18 additions and 0 deletions

View file

@ -0,0 +1,16 @@
{ ... }:
{
services.navidrome = {
enable = true;
settings = {
Address = "10.89.88.17";
BaseUrl = "/";
EnableExternalServices = false;
MusicFolder = "/music";
Port = 4533;
ScanSchedule = "@every 11m";
TranscodingCacheSize = "11GiB";
ReverseProxyWhitelist = "10.89.88.1/24";
};
};
}