nixos/avahi-service: small documentation update

This commit is contained in:
Bjørn Forsman 2013-12-07 12:03:50 +01:00
parent cf4b259770
commit ca26e75a73

View file

@ -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 {