about summary refs log tree commit diff
path: root/nixpkgs/nixos/tests/cfssl.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/nixos/tests/cfssl.nix')
-rw-r--r--nixpkgs/nixos/tests/cfssl.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/nixos/tests/cfssl.nix b/nixpkgs/nixos/tests/cfssl.nix
index 170f09d9b76c..e673df3131f8 100644
--- a/nixpkgs/nixos/tests/cfssl.nix
+++ b/nixpkgs/nixos/tests/cfssl.nix
@@ -1,7 +1,7 @@
 import ./make-test-python.nix ({ pkgs, ...} : {
   name = "cfssl";
 
-  machine = { config, lib, pkgs, ... }:
+  nodes.machine = { config, lib, pkgs, ... }:
   {
     networking.firewall.allowedTCPPorts = [ config.services.cfssl.port ];