summary refs log tree commit diff
path: root/nixos/tests/cfssl.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/cfssl.nix')
-rw-r--r--nixos/tests/cfssl.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/cfssl.nix b/nixos/tests/cfssl.nix
index 170f09d9b76..e673df3131f 100644
--- a/nixos/tests/cfssl.nix
+++ b/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 ];