TOML · 585 bytes Raw Blame History
1 # HyprKVM Configuration - NixOS box (right side)
2
3 [machines]
4 self_name = "nixos"
5
6 [[machines.neighbors]]
7 name = "cachyos"
8 direction = "left"
9 address = "192.168.0.84:24850"
10
11 [network]
12 listen_port = 24850
13 bind_address = "0.0.0.0"
14
15 [network.tls]
16 enabled = true
17 # cert_path and key_path default to ~/.config/hyprkvm/{cert,key}.pem
18 # tofu = true (default) - auto-trust new peers on first connection
19
20 [input.escape_hotkey]
21 key = "scroll_lock"
22 modifiers = []
23 triple_tap_enabled = true
24 triple_tap_key = "shift"
25 triple_tap_window_ms = 500
26
27 [clipboard]
28 enabled = true
29
30 [logging]
31 level = "debug"