about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNguyễn Gia Phong <cnx@loang.net>2023-11-04 05:04:27 +0900
committerNguyễn Gia Phong <cnx@loang.net>2023-11-04 05:08:35 +0900
commitaf06d27ded236d397278dafcbd41e95d076a7d8a (patch)
tree89bb3aeb49647af88086d892fed7f9e289da60fc
parent2f605ade4cdf42640d8f4c589058376da0e36248 (diff)
downloadnixos-conf-af06d27ded236d397278dafcbd41e95d076a7d8a.tar.gz
Set up CI artefacts
-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 = {