mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03: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 {
|
hostName = mkOption {
|
||||||
type = types.str;
|
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 {
|
browseDomains = mkOption {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue