nixos/tor: improve type-checking and hardening
Fixes #77395. Fixes #82790.
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ rec {
|
||||
environment.systemPackages = with pkgs; [ netcat ];
|
||||
services.tor.enable = true;
|
||||
services.tor.client.enable = true;
|
||||
services.tor.controlPort = 9051;
|
||||
services.tor.settings.ControlPort = 9051;
|
||||
};
|
||||
|
||||
testScript = ''
|
||||
|
||||
Reference in New Issue
Block a user