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:
Robert Hensing 2023-04-07 01:09:05 +02:00
parent a13a44f781
commit bcd2d49d85

View file

@ -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.
'';
};