modules: services: nginx-sso: always rewrite conf
This commit is contained in:
parent
a36eae4e66
commit
d490a7de78
|
@ -61,6 +61,7 @@ in
|
||||||
# The files to be merged might not have the correct permissions
|
# The files to be merged might not have the correct permissions
|
||||||
ExecStartPre = ''+${pkgs.writeScript "merge-nginx-sso-config" ''
|
ExecStartPre = ''+${pkgs.writeScript "merge-nginx-sso-config" ''
|
||||||
#!${pkgs.bash}/bin/bash
|
#!${pkgs.bash}/bin/bash
|
||||||
|
rm -f '${confPath}'
|
||||||
${utils.genJqSecretsReplacementSnippet cfg.configuration confPath}
|
${utils.genJqSecretsReplacementSnippet cfg.configuration confPath}
|
||||||
|
|
||||||
# Fix permissions
|
# Fix permissions
|
||||||
|
|
Loading…
Reference in a new issue