diff options
author | David Morgan <djm_uk@protonmail.com> | 2024-07-06 05:48:35 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2024-07-06 05:48:35 +0100 |
commit | 4e59fabfc491e48a4c815e148ccb2d2b3c6ab0b3 (patch) | |
tree | a3fed6fd646bba51fee017569d03723d22ac3c77 /nix-conf/home/includes | |
parent | 8bc4cb253bcc17c8f701b00f6c54f16cd732c0d5 (diff) | |
download | dotfiles-4e59fabfc491e48a4c815e148ccb2d2b3c6ab0b3.tar.gz |
Remove port forwarding
Diffstat (limited to 'nix-conf/home/includes')
-rw-r--r-- | nix-conf/home/includes/common.nix | 1 |
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"; |