Merge pull request #200252 from bjornfor/nixos-blocky-description
nixos/blocky: fix description
This commit is contained in:
commit
36cf8a4533
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