From 2158ae39db1d4c8d820926c26f69240b4f53f3d2 Mon Sep 17 00:00:00 2001 From: Jonathan Strickland Date: Fri, 18 Feb 2022 17:16:13 +0100 Subject: [PATCH] airsonic: fix services.airsonic.listenAddress doc (#158421) * airsonic: fix services.airsonic.listenAddress doc Co-authored-by: Ted Reed * airsonic: new docs for airsonic.listenAddress Co-authored-by: Ted Reed Co-authored-by: Ted Reed --- nixos/modules/services/misc/airsonic.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/nixos/modules/services/misc/airsonic.nix b/nixos/modules/services/misc/airsonic.nix index 5a5c30a41233..2b9c6d80abbd 100644 --- a/nixos/modules/services/misc/airsonic.nix +++ b/nixos/modules/services/misc/airsonic.nix @@ -39,9 +39,11 @@ in { default = "127.0.0.1"; description = '' The host name or IP address on which to bind Airsonic. - Only relevant if you have multiple network interfaces and want - to make Airsonic available on only one of them. The default value - will bind Airsonic to all available network interfaces. + The default value is appropriate for first launch, when the + default credentials are easy to guess. It is also appropriate + if you intend to use the virtualhost option in the service + module. In other cases, you may want to change this to a + specific IP or 0.0.0.0 to listen on all interfaces. ''; };