removed todo

updated changelog
This commit is contained in:
rasmus-kirk
2025-01-18 12:24:59 +01:00
parent 56bbfd78f9
commit b931eb8ebb
3 changed files with 13 additions and 4 deletions
+9
View File
@@ -1,5 +1,14 @@
# Changelog # Changelog
## 2025-01-18
Added:
- Jellyseer service
- Sonarr default package, pinned to older working sonarr package
Removed:
- Jellyfin expose VPN options
## 2024-09-19 ## 2024-09-19
Added: Added:
+4 -3
View File
@@ -52,7 +52,7 @@ example does the following:
}; };
# Adds your public keys as trusted devices # Adds your public keys as trusted devices
users.extraUsers.username.openssh.authorizedKeys.keyFiles = [ 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 6004:localhost:7878 \
-L 6005:localhost:8686 \ -L 6005:localhost:8686 \
-L 6006:localhost:8787 \ -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 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`.
-1
View File
@@ -240,7 +240,6 @@ in
}; };
# Port mappings # Port mappings
# TODO: openports if expose.vpn
vpnNamespaces.wg = mkIf cfg.vpn.enable { vpnNamespaces.wg = mkIf cfg.vpn.enable {
portMappings = [ portMappings = [
{ {