Unverified Commit 200eeb9e authored by K900's avatar K900 Committed by GitHub
Browse files

Merge pull request #249101 from motiejus/headscale-oidc

headscale.oidc: client_secret_path is a string
parents 4186dae4 28cf78b8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -292,7 +292,7 @@ in {
              };

              client_secret_path = mkOption {
                type = types.nullOr types.path;
                type = types.nullOr types.str;
                default = null;
                description = lib.mdDoc ''
                  Path to OpenID Connect client secret file. Expands environment variables in format ''${VAR}.