about summary refs log tree commit diff
path: root/nixos/tests/krb5/example-config.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/krb5/example-config.nix')
-rw-r--r--nixos/tests/krb5/example-config.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/krb5/example-config.nix b/nixos/tests/krb5/example-config.nix
index 0932c71dd9705..1125b02f01ca8 100644
--- a/nixos/tests/krb5/example-config.nix
+++ b/nixos/tests/krb5/example-config.nix
@@ -7,7 +7,7 @@ import ../make-test-python.nix ({ pkgs, ...} : {
     maintainers = [ eqyiel ];
   };
 
-  machine =
+  nodes.machine =
     { pkgs, ... }: {
       krb5 = {
         enable = true;