From bcaed21cd5f2c46d3c11170f3fae9ce87a89e9a4 Mon Sep 17 00:00:00 2001 From: rasmus-kirk Date: Sat, 18 Jan 2025 12:24:59 +0100 Subject: [PATCH] removed todo --- docs/wiki/examples/example-2/index.md | 7 ++++--- nixarr/jellyfin/default.nix | 1 - 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/wiki/examples/example-2/index.md b/docs/wiki/examples/example-2/index.md index f02c44d..c258eb3 100644 --- a/docs/wiki/examples/example-2/index.md +++ b/docs/wiki/examples/example-2/index.md @@ -52,7 +52,7 @@ example does the following: }; # Adds your public keys as trusted devices users.extraUsers.username.openssh.authorizedKeys.keyFiles = [ - ./path/to/public/key/machine.pub} + ./path/to/public/key/machine.pub ]; ``` @@ -72,8 +72,9 @@ can use SSH tunneling. Simply run: -L 6004:localhost:7878 \ -L 6005:localhost:8686 \ -L 6006:localhost:8787 \ - -L 6007:localhost:6767 + -L 6007:localhost:6767 \ + -L 6008:localhost:8096 ``` Replace `user` with your user and `ip` with the VPN ip. This lets you access -the services on `localhost:6001` through `localhost:6007`. +the services on `localhost:6001` through `localhost:6008`. diff --git a/nixarr/jellyfin/default.nix b/nixarr/jellyfin/default.nix index 429e926..1400027 100644 --- a/nixarr/jellyfin/default.nix +++ b/nixarr/jellyfin/default.nix @@ -240,7 +240,6 @@ in }; # Port mappings - # TODO: openports if expose.vpn vpnNamespaces.wg = mkIf cfg.vpn.enable { portMappings = [ {