How to reset n8n password?

If n8n is enable as a service inside my nixos machine how can i access the CLI tool to reset the password?

here is my config:

services.n8n = {
  enable = true;
  openFirewall = true;
  settings = { };
};