pkgs: add meta attr
Also add more detailed `enable` option descriptions.
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@
|
||||
with lib;
|
||||
let
|
||||
options.services.lnd = {
|
||||
enable = mkEnableOption "Lightning Network Daemon";
|
||||
enable = mkEnableOption "Lightning Network daemon, a Lightning Network implementation in Go";
|
||||
address = mkOption {
|
||||
type = types.str;
|
||||
default = "localhost";
|
||||
|
||||
Reference in New Issue
Block a user