New website and removed deprecated lib.mdDocs
This commit is contained in:
@@ -51,16 +51,16 @@ because it can cause rate limiting issues.
|
|||||||
## Options
|
## Options
|
||||||
|
|
||||||
The documentation for the options can be found
|
The documentation for the options can be found
|
||||||
[here](https://nixarr.rasmuskirk.com/options.html)
|
[here](https://nixarr.com/options.html)
|
||||||
|
|
||||||
## The Wiki
|
## The Wiki
|
||||||
|
|
||||||
If you want to know how to setup DDNS with Njalla, how to manage secrets in
|
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
|
## Examples
|
||||||
|
|
||||||
See the [wiki](https://nixarr.rasmuskirk.com/wiki).
|
See the [wiki](https://nixarr.com/wiki).
|
||||||
|
|
||||||
## Importing this module
|
## Importing this module
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ in {
|
|||||||
openTcpPorts = mkOption {
|
openTcpPorts = mkOption {
|
||||||
type = with types; listOf port;
|
type = with types; listOf port;
|
||||||
default = [];
|
default = [];
|
||||||
description = lib.mdDoc ''
|
description = ''
|
||||||
What TCP ports to open using UPNP.
|
What TCP ports to open using UPNP.
|
||||||
'';
|
'';
|
||||||
example = [46382 38473];
|
example = [46382 38473];
|
||||||
@@ -23,7 +23,7 @@ in {
|
|||||||
openUdpPorts = mkOption {
|
openUdpPorts = mkOption {
|
||||||
type = with types; listOf port;
|
type = with types; listOf port;
|
||||||
default = [];
|
default = [];
|
||||||
description = lib.mdDoc ''
|
description = ''
|
||||||
What UDP ports to open using UPNP.
|
What UDP ports to open using UPNP.
|
||||||
'';
|
'';
|
||||||
example = [46382 38473];
|
example = [46382 38473];
|
||||||
|
|||||||
Reference in New Issue
Block a user