Skip to content

Commit

Permalink
New website and removed deprecated lib.mdDocs
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmus-kirk committed Jul 24, 2024
1 parent fa2f0b0 commit 0a395e1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions util/upnp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand All @@ -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];
Expand Down

0 comments on commit 0a395e1

Please sign in to comment.