From 04939e3077e29c7b0aaf42bafb2c949e38395116 Mon Sep 17 00:00:00 2001 From: Daanish Syed Date: Thu, 2 Jul 2026 09:13:59 +0100 Subject: [PATCH] Fix wrong proxy used --- nixos/configuration.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index a77905e..08d7fff 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -40,6 +40,9 @@ # List packages installed in system profile. # You can use https://search.nixos.org/ to find more packages (and options). environment.systemPackages = with pkgs; [ + yazi + gitui + bind neovim wget curl @@ -57,7 +60,7 @@ respond "Hello, world!" ''; virtualHosts."git.syedm.dev".extraConfig = '' - reverse_proxy 3000 + reverse_proxy localhost:3000 ''; };