Skip to content

Commit

Permalink
fix: use GRUB legacy BIOS boot for blck0
Browse files Browse the repository at this point in the history
  • Loading branch information
tcarrio committed Nov 10, 2024
1 parent 81bf7a7 commit f0e3834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/server/blck0/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
inputs.nixos-hardware.nixosModules.common-pc
inputs.nixos-hardware.nixosModules.common-pc-ssd
(import ./disks.nix { })
../../mixins/hardware/systemd-boot.nix
../../mixins/hardware/grub-legacy-boot.nix
../../mixins/services/bluetooth.nix
];

Expand Down

0 comments on commit f0e3834

Please sign in to comment.