From ca26e75a7350c5b1bb32419d4f4438e4bd477fd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Forsman?= Date: Sat, 7 Dec 2013 12:03:50 +0100 Subject: [PATCH] nixos/avahi-service: small documentation update --- nixos/modules/services/networking/avahi-daemon.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nixos/modules/services/networking/avahi-daemon.nix b/nixos/modules/services/networking/avahi-daemon.nix index effd1a62bd9..2256de89630 100644 --- a/nixos/modules/services/networking/avahi-daemon.nix +++ b/nixos/modules/services/networking/avahi-daemon.nix @@ -51,7 +51,10 @@ in hostName = mkOption { type = types.str; - description = ''Host name advertised on the LAN.''; + description = '' + Host name advertised on the LAN. If not set, avahi will use the value + of config.networking.hostName. + ''; }; browseDomains = mkOption {