diff options
Diffstat (limited to 'oni')
| -rw-r--r-- | oni/home/config/common.scm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/oni/home/config/common.scm b/oni/home/config/common.scm index 4df7f14..7160c14 100644 --- a/oni/home/config/common.scm +++ b/oni/home/config/common.scm @@ -126,7 +126,10 @@ LocalForward 19999 localhost:19999")) (openssh-host (name "rincewind") (host-name "192.168.1.135") - (port 4511))))))) + (port 4511)) + (openssh-host + (name "phoenix") + (extra-content "LocalForward 3000 localhost:3000"))))))) (define home-kitty-service (service home-kitty-service-type |
