Unverified Commit 0d5deebb authored by Artturin's avatar Artturin Committed by GitHub
Browse files

nixosTests.systemd-initrd-luks-fido2: fix test on aarch64-linux (#297308)

parents bff70a9a 2521bebb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ 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.options = [ "-device canokey,file=/tmp/canokey-file" ];
      qemu.options = [ "-device pci-ohci,id=usb-bus" "-device canokey,bus=usb-bus.0,file=/tmp/canokey-file" ];
    };
    boot.loader.systemd-boot.enable = true;