authHost
1 parent 390a556 commit c78f861Copy full SHA for c78f861
1 file changed
hosts/spore/services/pocket-id.nix
@@ -4,7 +4,7 @@
4
...
5
}: let
6
issuerHost = "id.zx.dev";
7
- authHost = "auth2.zx.dev"; # TODO: Conflict with Authelia
+ authHost = "oauth.zx.dev"; # TODO: Conflict with Authelia
8
in {
9
age.secrets.oauth2-proxy-env = {
10
file = ./../secrets/oauth2-proxy-env.age;
0 commit comments