decisions: fix secret

This commit is contained in:
Rouven Seifert 2024-02-22 12:20:21 +01:00
parent 7b37644a5b
commit f9fca746f7
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09

View file

@ -11,7 +11,7 @@ in
"/var/lib/nextcloud/data/root/files/FSR/protokolle:/protokolle:ro" "/var/lib/nextcloud/data/root/files/FSR/protokolle:/protokolle:ro"
]; ];
environmentFiles = [ environmentFiles = [
config.sops.secrets."strukturbot_env".path config.sops.secrets."decisions_env".path
]; ];
extraOptions = [ "--network=host" ]; extraOptions = [ "--network=host" ];
}; };
@ -24,10 +24,6 @@ in
locations."/" = { locations."/" = {
proxyPass = "http://127.0.0.1:5055"; proxyPass = "http://127.0.0.1:5055";
}; };
extraConfig = ''
auth_pam "LDAP Authentication Required";
auth_pam_service_name "nginx";
'';
}; };
}; };