Fix kas.codes oauth setup
Some checks failed
/ dev-shell (push) Successful in 36s
/ rust-packages (push) Successful in 41s
/ check (push) Failing after 1m1s
/ systems (push) Successful in 3m49s
/ terraform-providers (push) Successful in 37s

This commit is contained in:
Kaare Hoff Skovgaard 2025-07-26 21:10:54 +02:00
parent 2064b4b006
commit 6e665a70bc
Signed by: khs
GPG key ID: C7D890804F01E9F0

View file

@ -57,7 +57,7 @@ in
"vault-agent-openbao.service"
];
unitConfig = {
ConditionPathExists = [ config.infrastructure.kanidm-client-application.secretFile ];
ConditionPathExists = [ config.khscodes.infrastructure.kanidm-client-application.secretFile ];
};
serviceConfig = {
Type = "oneshot";