about summary refs log tree commit diff stats
path: root/nix-conf/home/includes
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2024-06-05 16:28:11 +0100
committerDavid Morgan <djm_uk@protonmail.com>2024-06-05 16:28:11 +0100
commit8e8f1fffa42e10c2d0af8fcc570c006227310dbe (patch)
treedddcc66aea13d906ca8a9a96b2b8cbf0acb0d578 /nix-conf/home/includes
parent5326b5aeb3238ad07e8f47df907ca2c1214a0b11 (diff)
downloaddotfiles-8e8f1fffa42e10c2d0af8fcc570c006227310dbe.tar.gz
Add dynamicForwards
Diffstat (limited to 'nix-conf/home/includes')
-rw-r--r--nix-conf/home/includes/common.nix1
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";