update nix

This commit is contained in:
Vivian 2023-11-09 15:36:53 +01:00
parent 21c4f94f26
commit 1b47463d2b
3 changed files with 41 additions and 32 deletions

View file

@ -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 = "";
};
}