pkgs: add meta attr

Also add more detailed `enable` option descriptions.
This commit is contained in:
Erik Arvstedt
2021-12-15 14:39:31 +01:00
parent 602281b132
commit 5ab85cb2a5
17 changed files with 70 additions and 20 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
with lib;
let
options.services.lightning-loop = {
enable = mkEnableOption "lightning-loop";
enable = mkEnableOption "Lightning Loop, a non-custodial off/on chain bridge";
rpcAddress = mkOption {
type = types.str;
default = "localhost";