update nix
This commit is contained in:
parent
21c4f94f26
commit
1b47463d2b
3 changed files with 41 additions and 32 deletions
|
@ -101,4 +101,13 @@ in
|
|||
|
||||
environmentFile = "${vs.dex}/environment";
|
||||
};
|
||||
|
||||
services.oauth2_proxy = {
|
||||
enable = true;
|
||||
provider = "oidc";
|
||||
redirectURL = "https://o2p.0x76.dev/oauth2/callback";
|
||||
cookie.secure = false;
|
||||
httpAddress = "0.0.0.0:4180";
|
||||
keyFile = "";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue