summary refs log tree commit diff
path: root/nixos/modules/services/networking/monero.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/monero.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/monero.nix')
-rw-r--r--nixos/modules/services/networking/monero.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/monero.nix b/nixos/modules/services/networking/monero.nix
index 8241c32bad0..831e4d60d8d 100644
--- a/nixos/modules/services/networking/monero.nix
+++ b/nixos/modules/services/networking/monero.nix
@@ -51,7 +51,7 @@ in
 
     services.monero = {
 
-      enable = mkEnableOption "Monero node daemon.";
+      enable = mkEnableOption "Monero node daemon";
 
       mining.enable = mkOption {
         type = types.bool;