diff --git a/hosts/media-server/configuration.nix b/hosts/media-server/configuration.nix index 4e4fa30..e4e8d40 100644 --- a/hosts/media-server/configuration.nix +++ b/hosts/media-server/configuration.nix @@ -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"; }; };