1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 04:02:10 +00:00

Merge pull request #200252 from bjornfor/nixos-blocky-description

nixos/blocky: fix description
This commit is contained in:
Thiago Kenji Okada 2022-11-08 23:22:05 +00:00 committed by GitHub
commit 36cf8a4533
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;