update configs
Authored by
mfwolffe <wolffemf@dukes.jmu.edu>
- SHA
0bbef7060b7cec42447400de2e759e4ca55fe509- Parents
-
34378cc - Tree
b8589dc
0bbef70
0bbef7060b7cec42447400de2e759e4ca55fe50934378cc
b8589dc| Status | File | + | - |
|---|---|---|---|
| M |
config/cachyos.toml
|
5 | 0 |
| M |
config/nixos.toml
|
5 | 0 |
config/cachyos.tomlmodified@@ -12,6 +12,11 @@ address = "192.168.0.85:24850" | ||
| 12 | 12 | listen_port = 24850 |
| 13 | 13 | bind_address = "0.0.0.0" |
| 14 | 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 | + | |
| 15 | 20 | [input.escape_hotkey] |
| 16 | 21 | key = "scroll_lock" |
| 17 | 22 | modifiers = [] |
config/nixos.tomlmodified@@ -12,6 +12,11 @@ address = "192.168.0.84:24850" | ||
| 12 | 12 | listen_port = 24850 |
| 13 | 13 | bind_address = "0.0.0.0" |
| 14 | 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 | + | |
| 15 | 20 | [input.escape_hotkey] |
| 16 | 21 | key = "scroll_lock" |
| 17 | 22 | modifiers = [] |