summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2019-10-09 22:44:18 +0200
committerlassulus <lassulus@lassul.us>2019-10-09 22:44:18 +0200
commit8c32788a5e875cf2c31f2fdfcd06eee8aba2144f (patch)
treed3fbe76e43799c8bfa4602ad412d593a37cb0c12
parente8df8c4ee9582df715b37afea98f10749b68b1d3 (diff)
l yellow.r: fix path traversal escalation
-rw-r--r--lass/1systems/yellow/config.nix2
1 files changed, 1 insertions, 1 deletions
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 <stockholm/lib>;
default = true;
locations."/Nginx-Fancyindex-Theme-dark" = {
extraConfig = ''
- alias ${pkgs.fetchFromGitHub {
+ alias =${pkgs.fetchFromGitHub {
owner = "Naereen";
repo = "Nginx-Fancyindex-Theme";
rev = "e84f7d6a32085c2b6238f85f5fdebe9ceb710fc4";