From 0a395e164447e2806fe4234719110e8fecef9f68 Mon Sep 17 00:00:00 2001 From: rasmus-kirk Date: Wed, 24 Jul 2024 09:23:10 +0200 Subject: [PATCH] New website and removed deprecated lib.mdDocs --- README.md | 6 +++--- util/upnp/default.nix | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 805249b..1c578c0 100644 --- a/README.md +++ b/README.md @@ -51,16 +51,16 @@ because it can cause rate limiting issues. ## Options The documentation for the options can be found -[here](https://nixarr.rasmuskirk.com/options.html) +[here](https://nixarr.com/options.html) ## The Wiki If you want to know how to setup DDNS with Njalla, how to manage secrets in -nix or examples, check out the [wiki](https://nixarr.rasmuskirk.com/wiki/) +nix or examples, check out the [wiki](https://nixarr.com/wiki/) ## Examples -See the [wiki](https://nixarr.rasmuskirk.com/wiki). +See the [wiki](https://nixarr.com/wiki). ## Importing this module diff --git a/util/upnp/default.nix b/util/upnp/default.nix index 341e18d..d7992ab 100644 --- a/util/upnp/default.nix +++ b/util/upnp/default.nix @@ -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];