summary refs log tree commit diff
path: root/nixos/modules/services/networking/namecoind.nix
diff options
context:
space:
mode:
authorAaron Andersen <aaron@fosslib.net>2019-04-19 21:41:48 -0400
committerRobert Helgesson <robert@rycee.net>2019-04-20 14:44:02 +0200
commit4a11ce7f261396d06a92b76df702b16dc01b81ca (patch)
tree989a06172b66367fb253d898b9ae710a00953858 /nixos/modules/services/networking/namecoind.nix
parent297f8c55e51c3ff26009a808ec4997304593e280 (diff)
downloadnixpkgs-4a11ce7f261396d06a92b76df702b16dc01b81ca.tar
nixpkgs-4a11ce7f261396d06a92b76df702b16dc01b81ca.tar.gz
nixpkgs-4a11ce7f261396d06a92b76df702b16dc01b81ca.tar.bz2
nixpkgs-4a11ce7f261396d06a92b76df702b16dc01b81ca.tar.lz
nixpkgs-4a11ce7f261396d06a92b76df702b16dc01b81ca.tar.xz
nixpkgs-4a11ce7f261396d06a92b76df702b16dc01b81ca.tar.zst
nixpkgs-4a11ce7f261396d06a92b76df702b16dc01b81ca.zip
cleanup redundant text in modules utilizing mkEnableOption
Closes #59911
Diffstat (limited to 'nixos/modules/services/networking/namecoind.nix')
-rw-r--r--nixos/modules/services/networking/namecoind.nix3
1 files changed, 2 insertions, 1 deletions
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;