diff options
-rw-r--r-- | hosts/ahmed/linus.onl/default.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hosts/ahmed/linus.onl/default.nix b/hosts/ahmed/linus.onl/default.nix index 5bedd24..91cd0ca 100644 --- a/hosts/ahmed/linus.onl/default.nix +++ b/hosts/ahmed/linus.onl/default.nix @@ -154,6 +154,11 @@ in { recommendedProxySettings = true; proxyPass = "http://unix:${config.services.webhook-listener.socket-path}:/"; }; + + locations."/1bfb754b-ae23-42f5-9e3f-0f0cc0ed3c51/" = { + alias = "/srv/media/"; + extraConfig = "autoindex on;"; + }; }; }; }; |