summary refs log tree commit diff
path: root/nixos/modules/services/networking/nullidentdmod.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/networking/nullidentdmod.nix')
-rw-r--r--nixos/modules/services/networking/nullidentdmod.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/nullidentdmod.nix b/nixos/modules/services/networking/nullidentdmod.nix
index 786b5227dba..b0d338a2794 100644
--- a/nixos/modules/services/networking/nullidentdmod.nix
+++ b/nixos/modules/services/networking/nullidentdmod.nix
@@ -3,7 +3,7 @@
 
 in {
   options.services.nullidentdmod = with types; {
-    enable = mkEnableOption "Enable the nullidentdmod identd daemon";
+    enable = mkEnableOption "the nullidentdmod identd daemon";
 
     userid = mkOption {
       type = nullOr str;