more navidrome
This commit is contained in:
parent
8e6aac24ed
commit
09ea82ae1a
1 changed files with 2 additions and 1 deletions
|
@ -65,7 +65,7 @@
|
|||
|
||||
networking.hostName = "media-server";
|
||||
networking.networkmanager.enable = true;
|
||||
networking.firewall.allowedTCPPorts = [ 80 443 2049 ];
|
||||
networking.firewall.allowedTCPPorts = [ 80 443 2049 4533 ];
|
||||
|
||||
# Set your time zone.
|
||||
time.timeZone = "America/Toronto";
|
||||
|
@ -236,6 +236,7 @@
|
|||
enable = true;
|
||||
openFirewall = true;
|
||||
settings = {
|
||||
BaseUrl = "http://media-server";
|
||||
MusicFolder = "/mnt/filez/media/Music";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue