fix secret path

This commit is contained in:
Kopatz
2024-06-02 10:48:51 +02:00
parent 5067079aa9
commit 28cd081419

View File

@@ -69,7 +69,7 @@ in {
add_header Access-Control-Allow-Origin *;
'';
"/stash" = {
basicAuthFile = age.secrets.stash-auth.file;
basicAuthFile = config.age.secrets.stash-auth.path;
extraConfig = ''
client_max_body_size 5000M;
proxy_redirect off;