summary refs log tree commit diff
path: root/nixos/modules/misc/ids.nix
diff options
context:
space:
mode:
authorAustin Seipp <aseipp@pobox.com>2014-12-06 03:37:31 -0600
committerAustin Seipp <aseipp@pobox.com>2014-12-06 05:01:08 -0600
commitbc10c923776ac493324b2a53aed53ed5454b6ba7 (patch)
tree0aa59d1718a5bb59ed2cae805668791818979d37 /nixos/modules/misc/ids.nix
parente5e8efc1f43c93a27afb1b1b7cf3ca6c083afd72 (diff)
downloadnixpkgs-bc10c923776ac493324b2a53aed53ed5454b6ba7.tar
nixpkgs-bc10c923776ac493324b2a53aed53ed5454b6ba7.tar.gz
nixpkgs-bc10c923776ac493324b2a53aed53ed5454b6ba7.tar.bz2
nixpkgs-bc10c923776ac493324b2a53aed53ed5454b6ba7.tar.lz
nixpkgs-bc10c923776ac493324b2a53aed53ed5454b6ba7.tar.xz
nixpkgs-bc10c923776ac493324b2a53aed53ed5454b6ba7.tar.zst
nixpkgs-bc10c923776ac493324b2a53aed53ed5454b6ba7.zip
nixos: overhaul Tor module
This overhauls the Tor module in a few ways:

  - Uses systemd service files, including hardening/config checks
  - Removed old privoxy support; users should use the Tor Browser
    instead.
  - Remove 'fast' circuit/SOCKS port; most users don't care (and it adds
    added complexity and confusion)
  - Added support for bandwidth accounting
  - Removed old relay listenAddress option; taken over by portSpec
  - Formatting, description, code cleanups.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
Diffstat (limited to 'nixos/modules/misc/ids.nix')
-rw-r--r--nixos/modules/misc/ids.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/misc/ids.nix b/nixos/modules/misc/ids.nix
index 2f166f9ccd7..0804a67a7dc 100644
--- a/nixos/modules/misc/ids.nix
+++ b/nixos/modules/misc/ids.nix
@@ -212,6 +212,7 @@
       privoxy = 32;
       disnix = 33;
       osgi = 34;
+      tor = 35;
       ghostOne = 40;
       git = 41;
       fourstore = 42;