summary refs log tree commit diff stats
path: root/system/settings/programs/tor.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system/settings/programs/tor.nix')
-rw-r--r--system/settings/programs/tor.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/system/settings/programs/tor.nix b/system/settings/programs/tor.nix
index 5524aede..48106e08 100644
--- a/system/settings/programs/tor.nix
+++ b/system/settings/programs/tor.nix
@@ -5,7 +5,10 @@
     enable = true;
     client = {
       enable = true;
-      socksListenAddress = "9050 IPv6Traffic";
+      socksListenAddress = {
+        IPv6Traffic = true;
+        port = 9050;
+      };
     };
     torsocks = {
       enable = true;