nixos/blocky: fix description

Before: "Whether to enable Fast and lightweight [...]"
After: "Whether to enable blocky, a fast and lightweight [...]"
This commit is contained in:
Bjørn Forsman 2022-11-08 20:59:06 +01:00
parent 83be3a653f
commit 25617e3def

View file

@ -10,7 +10,7 @@ let
in in
{ {
options.services.blocky = { options.services.blocky = {
enable = mkEnableOption (lib.mdDoc "Fast and lightweight DNS proxy as ad-blocker for local network with many features"); enable = mkEnableOption (lib.mdDoc "blocky, a fast and lightweight DNS proxy as ad-blocker for local network with many features");
settings = mkOption { settings = mkOption {
type = format.type; type = format.type;