From 8c32788a5e875cf2c31f2fdfcd06eee8aba2144f Mon Sep 17 00:00:00 2001 From: lassulus Date: Wed, 9 Oct 2019 22:44:18 +0200 Subject: l yellow.r: fix path traversal escalation --- lass/1systems/yellow/config.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lass/1systems/yellow/config.nix b/lass/1systems/yellow/config.nix index cda0d0a3..fd617518 100644 --- a/lass/1systems/yellow/config.nix +++ b/lass/1systems/yellow/config.nix @@ -49,7 +49,7 @@ with import ; default = true; locations."/Nginx-Fancyindex-Theme-dark" = { extraConfig = '' - alias ${pkgs.fetchFromGitHub { + alias =${pkgs.fetchFromGitHub { owner = "Naereen"; repo = "Nginx-Fancyindex-Theme"; rev = "e84f7d6a32085c2b6238f85f5fdebe9ceb710fc4"; -- cgit v1.2.3