pkgs: add meta attr
Also add more detailed `enable` option descriptions.
This commit is contained in:
parent
602281b132
commit
5ab85cb2a5
17 changed files with 70 additions and 20 deletions
|
|
@ -3,7 +3,7 @@
|
|||
with lib;
|
||||
let
|
||||
options.services.rtl = {
|
||||
enable = mkEnableOption "rtl";
|
||||
enable = mkEnableOption "Ride The Lightning, a web interface for lnd and clightning ";
|
||||
address = mkOption {
|
||||
type = types.str;
|
||||
default = "127.0.0.1";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue