tenseleyflow/hyprkvm / 0bbef70

Browse files

update configs

Authored by mfwolffe <wolffemf@dukes.jmu.edu>
SHA
0bbef7060b7cec42447400de2e759e4ca55fe509
Parents
34378cc
Tree
b8589dc

2 changed files

StatusFile+-
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"
1212
 listen_port = 24850
1313
 bind_address = "0.0.0.0"
1414
 
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
+
1520
 [input.escape_hotkey]
1621
 key = "scroll_lock"
1722
 modifiers = []
config/nixos.tomlmodified
@@ -12,6 +12,11 @@ address = "192.168.0.84:24850"
1212
 listen_port = 24850
1313
 bind_address = "0.0.0.0"
1414
 
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
+
1520
 [input.escape_hotkey]
1621
 key = "scroll_lock"
1722
 modifiers = []