diff options
| author | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2026-05-13 19:38:14 +0200 |
|---|---|---|
| committer | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2026-05-13 19:38:14 +0200 |
| commit | e934c3e5032c0437c0aae3c626b23ed5b1eceb50 (patch) | |
| tree | 93114783a0b23eb018abe8955d3af0e0d1638444 /services/continuwuity.nix | |
| parent | 2e96b20f6dc6ae0aac2ca58db111d00ac0d7ca85 (diff) | |
Update and fix c10y and TERM being set to "nvim"
Diffstat (limited to 'services/continuwuity.nix')
| -rw-r--r-- | services/continuwuity.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/services/continuwuity.nix b/services/continuwuity.nix index 067a41b..31974fa 100644 --- a/services/continuwuity.nix +++ b/services/continuwuity.nix @@ -59,6 +59,8 @@ in allow_federation = cfg.allowFederation; trusted_servers = cfg.trustedServers; + ip_lookup_strategy = 4; + # Host the server on a unix-socket and use nginx to connect to that socket. address = null; unix_socket_path = "/run/continuwuity/continuwuity.sock"; |
