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:
parent
83be3a653f
commit
25617e3def
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ let
|
|||
in
|
||||
{
|
||||
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 {
|
||||
type = format.type;
|
||||
|
|
Loading…
Reference in a new issue