decisions: add dex openid connect client

This commit is contained in:
Jonas Gaffke 2024-02-05 22:01:11 +01:00
parent ef42822101
commit b9a216ad59
Signed by untrusted user: jonas.gaffke
GPG key ID: 86C8A257C3EC82AB
2 changed files with 8 additions and 3 deletions

View file

@ -31,6 +31,11 @@ in
};
};
services.portunus.dex.oidcClients = [{
id = "decisions";
callbackURL = "https://decisions.ifsr.de/auth";
}];
systemd.timers."decisions-to-db" = {
wantedBy = [ "timers.target" ];
timerConfig = {