Merge pull request #249101 from motiejus/headscale-oidc

headscale.oidc: client_secret_path is a string
This commit is contained in:
K900 2023-08-16 17:23:56 +03:00 committed by GitHub
commit 200eeb9ebe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}.