fix nixpkgs and trillium

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-10-09 16:06:18 -05:00
parent 9e58c21946
commit 58348b3c83
4 changed files with 19 additions and 7 deletions

View file

@ -5,7 +5,7 @@
}:
let
declaration = "services/security/oauth2-proxy.nix";
nixpkgs = inputs.open-webui-nixpkgs;
nixpkgs = inputs.oauth2-proxy-nixpkgs;
pkgs = import nixpkgs {
system = "x86_64-linux";
config.allowUnfree = true;
@ -40,7 +40,7 @@ in
# show-debug-on-error = "true";
# errors-to-info-log = "true";
};
cookie.refresh = "30m";
cookie.refresh = "12h";
# setXauthrequest = true;
};