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/namecoind.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nixos/modules/services/networking/namecoind.nix') diff --git a/nixos/modules/services/networking/namecoind.nix b/nixos/modules/services/networking/namecoind.nix index 8de23b442f9..a569ca87e26 100644 --- a/nixos/modules/services/networking/namecoind.nix +++ b/nixos/modules/services/networking/namecoind.nix @@ -1,3 +1,4 @@ + { config, lib, pkgs, ... }: with lib; @@ -43,7 +44,7 @@ in services.namecoind = { - enable = mkEnableOption "namecoind, Namecoin client."; + enable = mkEnableOption "namecoind, Namecoin client"; wallet = mkOption { type = types.path; -- cgit 1.4.1