mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-28 02:37:09 +00:00
docs: add example
This commit is contained in:
parent
43b7a6901b
commit
784b688dd9
1 changed files with 4 additions and 1 deletions
|
@ -37,7 +37,10 @@ in
|
|||
services.dnsmasq.addresses = mkOption {
|
||||
type = types.attrs;
|
||||
default = {};
|
||||
description = "List of domains that will be redirected by the DNSmasq";
|
||||
description = "List of domains that will be redirected by the DNSmasq.";
|
||||
example = literalExample ''
|
||||
{ localhost = "127.0.0.1"; }
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue