pkgs: Remove two unneeded lib.mdDoc
usages
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
parent
3302058f35
commit
17b2af9fec
2 changed files with 2 additions and 2 deletions
|
@ -66,7 +66,7 @@ in {
|
|||
openFirewall = mkOption {
|
||||
type = types.bool;
|
||||
default = false;
|
||||
description = lib.mdDoc ''
|
||||
description = ''
|
||||
Open the firewall port.
|
||||
'';
|
||||
};
|
||||
|
|
|
@ -28,7 +28,7 @@ in {
|
|||
};
|
||||
|
||||
settings = mkOption {
|
||||
description = mdDoc ''
|
||||
description = ''
|
||||
Configuration for the Homer dashboard.
|
||||
|
||||
See the [Homer documentation](https://github.com/bastienwirtz/homer/blob/main/docs/configuration.md)
|
||||
|
|
Loading…
Reference in a new issue