pkgs: Remove two unneeded lib.mdDoc usages

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2023-11-11 00:30:54 +01:00
parent 3302058f35
commit 17b2af9fec
Signed by: c8h4
GPG key ID: 73D5E7FDEE3DE49A
2 changed files with 2 additions and 2 deletions

View file

@ -66,7 +66,7 @@ in {
openFirewall = mkOption {
type = types.bool;
default = false;
description = lib.mdDoc ''
description = ''
Open the firewall port.
'';
};

View file

@ -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)