diff --git a/flakes/secrets-bao/nixos-module.nix b/flakes/secrets-bao/nixos-module.nix index 3b7d6c31..81e46e8a 100644 --- a/flakes/secrets-bao/nixos-module.nix +++ b/flakes/secrets-bao/nixos-module.nix @@ -93,8 +93,8 @@ let method "jwt" { mount_path = "${cfg.jwtAuthMountPath}" config = { - role = "${cfg.openBaoRole}" - jwt_file = "${cfg.zitadelJwtPath}" + role = "${cfg.openBaoRole}" + path = "${cfg.zitadelJwtPath}" } }