more navidrome
This commit is contained in:
parent
61f309f0c1
commit
8e6aac24ed
1 changed files with 1 additions and 8 deletions
|
@ -65,7 +65,7 @@
|
|||
|
||||
networking.hostName = "media-server";
|
||||
networking.networkmanager.enable = true;
|
||||
networking.firewall.allowedTCPPorts = [ 80 443 2049 4533 ];
|
||||
networking.firewall.allowedTCPPorts = [ 80 443 2049 ];
|
||||
|
||||
# Set your time zone.
|
||||
time.timeZone = "America/Toronto";
|
||||
|
@ -235,15 +235,8 @@
|
|||
services.navidrome = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
user = "media";
|
||||
group = "users";
|
||||
settings = {
|
||||
Address = "0.0.0.0";
|
||||
BaseUrl = "http://media-server";
|
||||
Port = 4533;
|
||||
MusicFolder = "/mnt/filez/media/Music";
|
||||
EnableSharing = true;
|
||||
EnableInsightsCollector = false;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue