pkgs: add meta attr
Also add more detailed `enable` option descriptions.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
with lib;
|
||||
let
|
||||
options.services.lightning-pool = {
|
||||
enable = mkEnableOption "lightning-pool";
|
||||
enable = mkEnableOption "Lightning Pool, a marketplace for inbound lightning liquidity ";
|
||||
rpcAddress = mkOption {
|
||||
type = types.str;
|
||||
default = "localhost";
|
||||
|
||||
Reference in New Issue
Block a user