about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--automation.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/automation.nix b/automation.nix
index f561e7f..452604c 100644
--- a/automation.nix
+++ b/automation.nix
@@ -28,6 +28,7 @@ in {
     enableACME = true;
     forceSSL = true;
     locations."/".proxyPass = "http://${httpSock}";
+    locations."/archive/".alias = "/var/lib/laminar/archive/";
   };
 
   systemd.services.laminar = {