diff options
author | David Morgan <djm_uk@protonmail.com> | 2024-06-05 16:28:11 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2024-06-05 16:28:11 +0100 |
commit | 8e8f1fffa42e10c2d0af8fcc570c006227310dbe (patch) | |
tree | dddcc66aea13d906ca8a9a96b2b8cbf0acb0d578 /nix-conf/home | |
parent | 5326b5aeb3238ad07e8f47df907ca2c1214a0b11 (diff) | |
download | dotfiles-8e8f1fffa42e10c2d0af8fcc570c006227310dbe.tar.gz |
Add dynamicForwards
Diffstat (limited to 'nix-conf/home')
-rw-r--r-- | nix-conf/home/includes/common.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nix-conf/home/includes/common.nix b/nix-conf/home/includes/common.nix index da0b03c..a3cd403 100644 --- a/nix-conf/home/includes/common.nix +++ b/nix-conf/home/includes/common.nix @@ -133,6 +133,7 @@ in "djm.ovh" = { hostname = "v.djm.ovh"; port = 2222; + dynamicForwards = [ { port = 8889; } ]; }; "devio" = { hostname = "devio.us"; |