Add a tip explaining how to enable-tor on NixOS
authorYuval Kogman <nothingmuch@woobling.org>
Tue, 24 Aug 2021 04:34:55 +0000 (04:34 +0000)
committerYuval Kogman <nothingmuch@woobling.org>
Tue, 24 Aug 2021 04:34:55 +0000 (04:34 +0000)
commit0861e95d13eee41adca2bc0c6c79eff669c50eff
tree9eb2596ee001f8450645d743af8ce5efa02d74ea
parent0e0322f0e7efc1b1c99cf39c533df7f0d73d709f
Add a tip explaining how to enable-tor on NixOS

This is a little bare bones but hopefully useful, some things that could
be improved:

1. Follow steps in order and replicate (I reconstructed off of my
   success, so there may be inaccuracies or things I forgot)

2. Clarify correct ownership for directories & sockets
   - enable-tor's sudo child will obtain the hostname so no access is
     needed after that
   - does it also create the tor sockety directory?

3. Remove unnecessary boilerplate
   - can the hidden service dir be left with the NixOS default?
doc/tips/enable_tor_on_nixos.mdwn [new file with mode: 0644]