about summary refs log tree commit diff stats
path: root/nix-conf
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2024-07-06 05:48:35 +0100
committerDavid Morgan <djm_uk@protonmail.com>2024-07-06 05:48:35 +0100
commit4e59fabfc491e48a4c815e148ccb2d2b3c6ab0b3 (patch)
treea3fed6fd646bba51fee017569d03723d22ac3c77 /nix-conf
parent8bc4cb253bcc17c8f701b00f6c54f16cd732c0d5 (diff)
downloaddotfiles-4e59fabfc491e48a4c815e148ccb2d2b3c6ab0b3.tar.gz
Remove port forwarding
Diffstat (limited to 'nix-conf')
-rw-r--r--nix-conf/home/includes/common.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nix-conf/home/includes/common.nix b/nix-conf/home/includes/common.nix
index 0db379a..ff197fd 100644
--- a/nix-conf/home/includes/common.nix
+++ b/nix-conf/home/includes/common.nix
@@ -139,7 +139,6 @@ in
       "djm.ovh" = {
         hostname = "v.djm.ovh";
         port = 2222;
-        dynamicForwards = [ { port = 8889; } ];
       };
       "devio" = {
          hostname = "devio.us";