mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +03:00
nixos: Make services.resolved discoverable via "systemd-resolved" search
This query yielded no results on search.nixos.org. I don't think I can make all options magically appear, but you can the other options by reading the text.
This commit is contained in:
parent
a13a44f781
commit
bcd2d49d85
1 changed files with 3 additions and 1 deletions
|
@ -16,7 +16,9 @@ in
|
|||
default = false;
|
||||
type = types.bool;
|
||||
description = lib.mdDoc ''
|
||||
Whether to enable the systemd DNS resolver daemon.
|
||||
Whether to enable the systemd DNS resolver daemon, `systemd-resolved`.
|
||||
|
||||
Search for `services.resolved` to see all options.
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue