Skip to content

Commit

Permalink
rtl: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
erikarvstedt committed May 20, 2022
1 parent 571983a commit ef93a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/rtl.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit ef93a9a

Please sign in to comment.