https://git.jolheiser.com/infra.git
1 2 3 4 5 6 7 8 9 10 11 12 13 14
{ services = { oidc-playground = { enable = true; origin = "https://oidc"; }; tailproxy.oidc-playground = { enable = true; hostname = "oidc"; authKey = "tskey-auth-kkFJ2NFkCX11CNTRL-Doq9XTGfm9Vxn8nb6QQU9VjmAh6ZFgih"; # One-time key port = 6432; }; }; }