mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
nixos/avahi-service: small documentation update
This commit is contained in:
parent
cf4b259770
commit
ca26e75a73
1 changed files with 4 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue