open port
This commit is contained in:
parent
77900662f0
commit
bcd0cf4e69
1 changed files with 2 additions and 0 deletions
|
@ -1,10 +1,12 @@
|
|||
{ config, ... }: {
|
||||
networking.firewall.interfaces.oxaproxy.allowedTCPPorts = [ 4533 ];
|
||||
services.navidrome = {
|
||||
enable = true;
|
||||
settings = {
|
||||
BaseUrl = "/";
|
||||
EnableExternalServices = false;
|
||||
MusicFolder = "/var/lib/navidrome/library";
|
||||
Port = 4533;
|
||||
ScanSchedule = "@every 17min";
|
||||
TranscondigCacheSize = "5GiB";
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue