Merge pull request #249101 from motiejus/headscale-oidc

headscale.oidc: client_secret_path is a string

authored by K900 and committed by GitHub 200eeb9e 4186dae4

+1 -1
+1 -1
nixos/modules/services/networking/headscale.nix
··· 292 }; 293 294 client_secret_path = mkOption { 295 - type = types.nullOr types.path; 296 default = null; 297 description = lib.mdDoc '' 298 Path to OpenID Connect client secret file. Expands environment variables in format ''${VAR}.
··· 292 }; 293 294 client_secret_path = mkOption { 295 + type = types.nullOr types.str; 296 default = null; 297 description = lib.mdDoc '' 298 Path to OpenID Connect client secret file. Expands environment variables in format ''${VAR}.