summaryrefslogtreecommitdiffstats
path: root/nixos/modules/system/boot/resolved.nix
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2023-04-07 01:09:05 +0200
committerRobert Hensing <robert@roberthensing.nl>2023-04-07 01:09:05 +0200
commitbcd2d49d8512a8530def8fe999d6183e0fff3f09 (patch)
tree46e12ad43201b83a2d0d82d2f6bb11b223abac84 /nixos/modules/system/boot/resolved.nix
parenta13a44f78140270528dc872a39225555a95ed9f6 (diff)
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.
Diffstat (limited to 'nixos/modules/system/boot/resolved.nix')
-rw-r--r--nixos/modules/system/boot/resolved.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/nixos/modules/system/boot/resolved.nix b/nixos/modules/system/boot/resolved.nix
index 0ab2a875975d..4e7201833db6 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.
'';
};