diff --git a/configs/home.nogui.nix b/configs/home.nogui.nix index a688607..57a50c7 100644 --- a/configs/home.nogui.nix +++ b/configs/home.nogui.nix @@ -108,6 +108,11 @@ oak.hostname = "oak.corviform.gay"; oak.port = 57452; oak.user = "emi"; + oak.localForwards = [{ + bind.port = 8080; + host.port = 8080; + host.address = "localhost"; + }]; serenity.hostname = "serenity.ist.rit.edu"; serenity.user = "tts1848";