From fde8ed629d22ac3f13f3e9de101bcb62ed77cf9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Tue, 10 Jan 2023 16:38:22 +0200 Subject: [PATCH] client secret is in an accessible file, for now --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index ac242c5..52ab306 100644 --- a/configuration.nix +++ b/configuration.nix @@ -113,7 +113,7 @@ let ssh_pubkeys = { openIdConnect = { issuer = "https://git.jakstys.lt/"; clientId = "1c5fe796-452c-458d-b295-71a9967642fc"; - clientSecretFile = "/var/src/secrets/headscale/oidc_client_secret"; + clientSecretFile = "/var/lib/headscale/oidc_client_secret"; # https://github.com/juanfont/headscale/pull/1127 }; settings = { ip_prefixes = [ "100.89.176.0/20" ];