MyNixOS website logo

Configuration settings for clipcatctl. All available options can be found here: https://github.com/xrelkd/clipcat?tab=readme-ov-file#configuration.

Declarations
Type
TOML value
Default
{ }
Example
''
  {
    server_endpoint = "/run/user/<user-id>/clipcat/grpc.sock";
    log = {
      file_path = "/path/to/log/file";
      emit_journald = true;
      emit_stdout = false;
      emit_stderr = false;
      level = "INFO";
    };
  }
''</user-id>