nixos/avahi-service: small documentation update
This commit is contained in:
parent
cf4b259770
commit
ca26e75a73
@ -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…
Reference in New Issue
Block a user