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
+1 -1
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;