forked from wurzel/fruitbasket
decisions: add dex openid connect client
This commit is contained in:
parent
ef42822101
commit
b9a216ad59
2 changed files with 8 additions and 3 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue