summaryrefslogtreecommitdiffstats
path: root/nixos/tests
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2021-01-05 16:00:40 +0000
committerGitHub <noreply@github.com>2021-01-05 16:00:40 +0000
commita14ea3aeccc83f2545bbce12cf47638c8b87d8c4 (patch)
tree7758386057a645767b32869f2dcfb309d8b40001 /nixos/tests
parent99bfa4bb601bfc94a72296f0b2395a4f888e5d84 (diff)
parent0ccdd6f2b043e5123ffd1f76cd2187c39ce19b94 (diff)
Merge pull request #97740 from ju1m/tor
nixos/tor: improve type-checking and hardening
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/tor.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/tor.nix b/nixos/tests/tor.nix
index ad07231557c3..c061f59226cf 100644
--- a/nixos/tests/tor.nix
+++ b/nixos/tests/tor.nix
@@ -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 = ''