Skip to content

Commit

Permalink
Tweak src/nix/daemon.md
Browse files Browse the repository at this point in the history
Co-authored-by: John Ericson <git@JohnEricson.me>
  • Loading branch information
edolstra and Ericson2314 committed Sep 21, 2021
1 parent 7639578 commit 29e5565
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/nix/daemon.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ R""(
# nix daemon
```

* The daemon does not have native support for listening on a TCP
socket, but you can do this using `socat`:
* The daemon does not have native support for opening a TCP socket to
listen to, but you can do this using `socat`:

```console
# socat TCP-LISTEN:3456,reuseaddr,fork EXEC:'nix daemon --stdio',nofork
Expand Down

0 comments on commit 29e5565

Please sign in to comment.