decisions: fix secret
This commit is contained in:
parent
7b37644a5b
commit
f9fca746f7
|
@ -11,7 +11,7 @@ in
|
|||
"/var/lib/nextcloud/data/root/files/FSR/protokolle:/protokolle:ro"
|
||||
];
|
||||
environmentFiles = [
|
||||
config.sops.secrets."strukturbot_env".path
|
||||
config.sops.secrets."decisions_env".path
|
||||
];
|
||||
extraOptions = [ "--network=host" ];
|
||||
};
|
||||
|
@ -24,10 +24,6 @@ in
|
|||
locations."/" = {
|
||||
proxyPass = "http://127.0.0.1:5055";
|
||||
};
|
||||
extraConfig = ''
|
||||
auth_pam "LDAP Authentication Required";
|
||||
auth_pam_service_name "nginx";
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue