tor: upgrade settings syntax
1 file changed, 4 insertions(+), 1 deletion(-)
M system/settings/programs/tor.nix → system/settings/programs/tor.nix
@@ -5,7 +5,10 @@ services.tor = { enable = true; client = { enable = true; - socksListenAddress = "9050 IPv6Traffic"; + socksListenAddress = { + IPv6Traffic = true; + port = 9050; + }; }; torsocks = { enable = true;