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 {