about summary refs log tree commit diff
path: root/nixos/tests/systemd-initrd-luks-fido2.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/systemd-initrd-luks-fido2.nix')
-rw-r--r--nixos/tests/systemd-initrd-luks-fido2.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/tests/systemd-initrd-luks-fido2.nix b/nixos/tests/systemd-initrd-luks-fido2.nix
index f9f75ab7f301c..207f51f4dd9b4 100644
--- a/nixos/tests/systemd-initrd-luks-fido2.nix
+++ b/nixos/tests/systemd-initrd-luks-fido2.nix
@@ -9,7 +9,6 @@ import ./make-test-python.nix ({ lib, pkgs, ... }: {
       # Booting off the encrypted disk requires having a Nix store available for the init script
       mountHostNixStore = true;
       useEFIBoot = true;
-      qemu.package = lib.mkForce (pkgs.qemu_test.override { canokeySupport = true; });
       qemu.options = [ "-device canokey,file=/tmp/canokey-file" ];
     };
     boot.loader.systemd-boot.enable = true;