0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

Merge pull request #225315 from roberth/nixos-systemd-resolved-discoverable

nixos: Make services.resolved discoverable via "systemd-resolved" search
This commit is contained in:
Robert Hensing 2023-04-08 21:52:19 +02:00 committed by GitHub
commit 7de60eae37
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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