forked from mirrors_public/oddlama_nix-config
chore: update to loki 3.0.0, update kanidm, fix upstream oauth2 module
This commit is contained in:
parent
68d946653a
commit
129559b503
6 changed files with 150 additions and 11 deletions
|
@ -16,6 +16,7 @@
|
|||
|
||||
cfg = config.meta.oauth2-proxy;
|
||||
in {
|
||||
imports = [./oa2p.nix];
|
||||
options.meta.oauth2-proxy = {
|
||||
enable = mkEnableOption "oauth2 proxy";
|
||||
|
||||
|
@ -90,9 +91,6 @@ in {
|
|||
services.oauth2-proxy = {
|
||||
enable = true;
|
||||
|
||||
# Needed to prevent evaluation error (should theoretically be fixed upstream...)
|
||||
nginx.domain = "dummy";
|
||||
|
||||
cookie.domain = ".${cfg.cookieDomain}";
|
||||
cookie.secure = true;
|
||||
# FIXME disabled because of errors. My closest guess is that this
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue