diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-02-22 15:22:54 -0600 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-02-22 15:22:54 -0600 |
| commit | 93ddc9cb616d1fcabd8f1b7cab338d1da8701fd4 (patch) | |
| tree | 191a2af395a64f11d39bcca0937c335447c4d417 /pkgs/yoshi.nix | |
| parent | 64f1cfc792b3160e639c00478b58eca714536a60 (diff) | |
stuff
Diffstat (limited to 'pkgs/yoshi.nix')
| -rw-r--r-- | pkgs/yoshi.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/yoshi.nix b/pkgs/yoshi.nix index 3679ecf..9e261df 100644 --- a/pkgs/yoshi.nix +++ b/pkgs/yoshi.nix @@ -18,6 +18,7 @@ if isHome() then return yoshi.ssh{ HostName = "192.168.50.2", + DynamicForward = 9090, Port = 2222 } else |
