summary refs log tree commit diff
path: root/nixos/tests/btrbk.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/btrbk.nix')
-rw-r--r--nixos/tests/btrbk.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/btrbk.nix b/nixos/tests/btrbk.nix
index 2689bb66c63..9f34f7dfbe3 100644
--- a/nixos/tests/btrbk.nix
+++ b/nixos/tests/btrbk.nix
@@ -53,7 +53,7 @@ import ./make-test-python.nix ({ pkgs, ... }:
         services.openssh = {
           enable = true;
           passwordAuthentication = false;
-          challengeResponseAuthentication = false;
+          kbdInteractiveAuthentication = false;
         };
         services.btrbk = {
           extraPackages = [ pkgs.lz4 ];