back to 555 drivers

This commit is contained in:
Charlie Root 2024-07-28 11:00:54 +02:00
commit 96abbb54bf
11 changed files with 29 additions and 262 deletions

View file

@ -0,0 +1,10 @@
{pkgs, ...}: {
boot.loader = {
efi.canTouchEfiVariables = true;
grub = {
enable = true;
efiSupport = true;
device = "nodev";
};
};
}