diff options
author | lassulus <lassulus@lassul.us> | 2019-10-09 22:44:18 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2019-10-09 22:44:18 +0200 |
commit | 8c32788a5e875cf2c31f2fdfcd06eee8aba2144f (patch) | |
tree | d3fbe76e43799c8bfa4602ad412d593a37cb0c12 /lass | |
parent | e8df8c4ee9582df715b37afea98f10749b68b1d3 (diff) |
l yellow.r: fix path traversal escalation
Diffstat (limited to 'lass')
-rw-r--r-- | lass/1systems/yellow/config.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lass/1systems/yellow/config.nix b/lass/1systems/yellow/config.nix index cda0d0a33..fd617518f 100644 --- a/lass/1systems/yellow/config.nix +++ b/lass/1systems/yellow/config.nix @@ -49,7 +49,7 @@ with import <stockholm/lib>; default = true; locations."/Nginx-Fancyindex-Theme-dark" = { extraConfig = '' - alias ${pkgs.fetchFromGitHub { + alias =${pkgs.fetchFromGitHub { owner = "Naereen"; repo = "Nginx-Fancyindex-Theme"; rev = "e84f7d6a32085c2b6238f85f5fdebe9ceb710fc4"; |