Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
ThoFrank committed Jan 16, 2025
1 parent 48f128b commit d82bec3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions nix/IntegrationTests.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,12 @@ pkgs.testers.runNixOSTest {
system.stateVersion = "24.11";
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;

boot.kernelParams = [ "noapic" "nolapic" "acpi=off" ]; # required by macos-13 github runner

boot.kernelParams = [
"noapic"
"nolapic"
"acpi=off"
]; # required by macos-13 github runner

boot.kernelModules = [ "vcan" ];

Expand Down

0 comments on commit d82bec3

Please sign in to comment.