nixos-config/hosts/plover/config/wezterm/config.lua
Gabriel Arazas b1072a437b
hosts/plover: add and configure Wezterm mux server
Not yet fully configured though so we'll have to update the Wezterm
server configuration.
2023-07-20 10:40:47 +08:00

8 lines
156 B
Lua

return {
tls_servers = {
pem_private_key = "@CERT_DIR@/key.pem",
pem_cert = "@CERT_DIR@/cert.pem",
pem_ca = "@CERT_DIR@/fullchain.pem",
}
}