1
0
Fork 0
mirror of https://forgejo.ellis.link/continuwuation/continuwuity.git synced 2025-07-27 18:28:31 +00:00

chore: fix end of files & trailing whitespace

This commit is contained in:
Jade Ellis 2025-06-21 17:59:01 +01:00
parent 93719018a8
commit 46c193e74b
No known key found for this signature in database
GPG key ID: 8705A2A3EBF77BD2
10 changed files with 8 additions and 10 deletions

View file

@ -29,7 +29,7 @@ appropriately to use Continuwuity instead of Conduit.
Due to the lack of a Continuwuity NixOS module, when using the `services.matrix-conduit` module
a workaround like the one below is necessary to use UNIX sockets. This is because the UNIX
socket option does not exist in Conduit, and the module forcibly sets the `address` and
socket option does not exist in Conduit, and the module forcibly sets the `address` and
`port` config options.
```nix