From ef93a9a8bd8b14d3f50e4b4fd6564a50234b0e4a Mon Sep 17 00:00:00 2001 From: Erik Arvstedt Date: Wed, 18 May 2022 13:33:45 +0200 Subject: [PATCH] rtl: formatting --- modules/rtl.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/rtl.nix b/modules/rtl.nix index 8dbab0c..919a077 100644 --- a/modules/rtl.nix +++ b/modules/rtl.nix @@ -3,7 +3,7 @@ with lib; let options.services.rtl = { - enable = mkEnableOption "Ride The Lightning, a web interface for lnd and clightning "; + enable = mkEnableOption "Ride The Lightning, a web interface for lnd and clightning"; address = mkOption { type = types.str; default = "127.0.0.1";