mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-10 23:00:39 +02:00
chore: remove uses of mdDoc
This commit is contained in:
parent
d5304bbe2b
commit
cb1565c713
8 changed files with 33 additions and 41 deletions
|
@ -7,7 +7,6 @@
|
|||
}: let
|
||||
inherit
|
||||
(lib)
|
||||
mdDoc
|
||||
mkEnableOption
|
||||
mkIf
|
||||
mkOption
|
||||
|
@ -17,10 +16,10 @@
|
|||
cfg = config.meta.promtail;
|
||||
in {
|
||||
options.meta.promtail = {
|
||||
enable = mkEnableOption (mdDoc "promtail to push logs to a loki instance.");
|
||||
enable = mkEnableOption "promtail to push logs to a loki instance.";
|
||||
proxy = mkOption {
|
||||
type = types.str;
|
||||
description = mdDoc "The node name of the proxy server which provides the https loki api endpoint.";
|
||||
description = "The node name of the proxy server which provides the https loki api endpoint.";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue