From 4a11ce7f261396d06a92b76df702b16dc01b81ca Mon Sep 17 00:00:00 2001 From: Aaron Andersen Date: Fri, 19 Apr 2019 21:41:48 -0400 Subject: cleanup redundant text in modules utilizing mkEnableOption Closes #59911 --- nixos/modules/services/networking/nullidentdmod.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/modules/services/networking/nullidentdmod.nix') 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; -- cgit 1.4.1