fix nixpkgs and trillium
This commit is contained in:
parent
9e58c21946
commit
58348b3c83
4 changed files with 19 additions and 7 deletions
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue