summary refs log tree commit diff
path: root/nixos/tests/tor.nix
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2020-12-31 07:31:38 +0100
committerJörg Thalheim <joerg@thalheim.io>2020-12-31 07:31:38 +0100
commitf19b7b03a03b7f1d5beb44471eb9298de4b9e186 (patch)
tree2bb5fabe03cff0c2058f69921315ab3ff724f9d0 /nixos/tests/tor.nix
parent572a864d024b0c91ac39133f35364362b2376c07 (diff)
parent7a580a12196e63eb665de6eb4db8bb3b6da142f5 (diff)
downloadnixpkgs-f19b7b03a03b7f1d5beb44471eb9298de4b9e186.tar
nixpkgs-f19b7b03a03b7f1d5beb44471eb9298de4b9e186.tar.gz
nixpkgs-f19b7b03a03b7f1d5beb44471eb9298de4b9e186.tar.bz2
nixpkgs-f19b7b03a03b7f1d5beb44471eb9298de4b9e186.tar.lz
nixpkgs-f19b7b03a03b7f1d5beb44471eb9298de4b9e186.tar.xz
nixpkgs-f19b7b03a03b7f1d5beb44471eb9298de4b9e186.tar.zst
nixpkgs-f19b7b03a03b7f1d5beb44471eb9298de4b9e186.zip
Merge branch 'master' into staging-next
Diffstat (limited to 'nixos/tests/tor.nix')
-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 ad07231557c..c061f59226c 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 = ''