From 61e5fd7eec65ce80fd73e5569d8e00dbc78c88e1 Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Wed, 8 Apr 2026 15:42:14 -0600 Subject: [PATCH] Update proxy.nix --- modules/proxy.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/proxy.nix b/modules/proxy.nix index 269b246..119ff8c 100644 --- a/modules/proxy.nix +++ b/modules/proxy.nix @@ -134,6 +134,11 @@ let port = 30053; preset = "relaxed_config"; } + { + host = "requests.${atriDotDad}"; + port = 30357; + preset = "relaxed_config"; + } { host = "todo.${atriDotDad}"; port = 30107;