New website and removed deprecated lib.mdDocs

This commit is contained in:
rasmus-kirk
2024-07-24 09:23:10 +02:00
parent fa2f0b011e
commit 0a395e1644
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -14,7 +14,7 @@ in {
openTcpPorts = mkOption {
type = with types; listOf port;
default = [];
description = lib.mdDoc ''
description = ''
What TCP ports to open using UPNP.
'';
example = [46382 38473];
@@ -23,7 +23,7 @@ in {
openUdpPorts = mkOption {
type = with types; listOf port;
default = [];
description = lib.mdDoc ''
description = ''
What UDP ports to open using UPNP.
'';
example = [46382 38473];