diff options
| author | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2026-05-13 19:39:09 +0200 |
|---|---|---|
| committer | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2026-05-13 19:39:09 +0200 |
| commit | d409a2885812f877e35e25a8919a2951cd68054e (patch) | |
| tree | 38fa24f4c930a2ad766ed98da1a9a3ec3561b399 /services/continuwuity.nix | |
| parent | e934c3e5032c0437c0aae3c626b23ed5b1eceb50 (diff) | |
nix fmt
Diffstat (limited to 'services/continuwuity.nix')
| -rw-r--r-- | services/continuwuity.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/continuwuity.nix b/services/continuwuity.nix index 31974fa..04b78ed 100644 --- a/services/continuwuity.nix +++ b/services/continuwuity.nix @@ -59,7 +59,7 @@ in allow_federation = cfg.allowFederation; trusted_servers = cfg.trustedServers; - ip_lookup_strategy = 4; + ip_lookup_strategy = 4; # Host the server on a unix-socket and use nginx to connect to that socket. address = null; |
