pkgs: add meta attr

Also add more detailed `enable` option descriptions.
This commit is contained in:
Erik Arvstedt 2021-12-14 19:51:23 +01:00
parent 602281b132
commit 5ab85cb2a5
No known key found for this signature in database
GPG key ID: 33312B944DD97846
17 changed files with 70 additions and 20 deletions

View file

@ -4,7 +4,7 @@ with lib;
let
options = {
services.liquidd = {
enable = mkEnableOption "Liquid sidechain";
enable = mkEnableOption "Liquid Bitcoin sidechain daemon";
address = mkOption {
type = types.str;
default = "127.0.0.1";