summary refs log tree commit diff
path: root/nixos/modules/config/stevenblack.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/config/stevenblack.nix')
-rw-r--r--nixos/modules/config/stevenblack.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/config/stevenblack.nix b/nixos/modules/config/stevenblack.nix
index ec686848494..07a0aa339a5 100644
--- a/nixos/modules/config/stevenblack.nix
+++ b/nixos/modules/config/stevenblack.nix
@@ -15,7 +15,7 @@ let
 in
 {
   options.networking.stevenblack = {
-    enable = mkEnableOption (mdDoc "Enable the stevenblack hosts file blocklist.");
+    enable = mkEnableOption (mdDoc "Enable the stevenblack hosts file blocklist");
 
     block = mkOption {
       type = types.listOf (types.enum [ "fakenews" "gambling" "porn" "social" ]);