mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 22:57:55 +00:00
Gabriel Arazas
b1072a437b
Not yet fully configured though so we'll have to update the Wezterm server configuration.
8 lines
156 B
Lua
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",
|
|
}
|
|
}
|