2.home-manager/tests/modules/services/clipcat/cfg/ctl.toml
Austin Horstman 975908d310 tests/clipcat: fix expected config
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2025-06-22 12:47:26 -05:00

8 lines
173 B
TOML

server_endpoint = "/run/user/<user-id>/clipcat/grpc.sock"
[log]
emit_journald = true
emit_stderr = false
emit_stdout = false
file_path = "/path/to/log/file"
level = "INFO"