summary refs log tree commit diff
path: root/host/Spacebar-nginx/hosts/spacebar.local/secrets.nix
diff options
context:
space:
mode:
Diffstat (limited to 'host/Spacebar-nginx/hosts/spacebar.local/secrets.nix')
-rw-r--r--host/Spacebar-nginx/hosts/spacebar.local/secrets.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/host/Spacebar-nginx/hosts/spacebar.local/secrets.nix b/host/Spacebar-nginx/hosts/spacebar.local/secrets.nix
index d52d481..cc0e299 100644
--- a/host/Spacebar-nginx/hosts/spacebar.local/secrets.nix
+++ b/host/Spacebar-nginx/hosts/spacebar.local/secrets.nix
@@ -13,5 +13,8 @@
         "deny all;"
         ;
     };
+    "^~ /.well-known/acme-challenge/" = {
+      root = "/var/lib/acme/acme-challenge";
+    };
   };
 }