From bcd2d49d8512a8530def8fe999d6183e0fff3f09 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Fri, 7 Apr 2023 01:09:05 +0200 Subject: [PATCH] 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. --- nixos/modules/system/boot/resolved.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nixos/modules/system/boot/resolved.nix b/nixos/modules/system/boot/resolved.nix index 0ab2a875975..4e7201833db 100644 --- a/nixos/modules/system/boot/resolved.nix +++ b/nixos/modules/system/boot/resolved.nix @@ -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. ''; };