fix(gampo): early video drivers load

This commit is contained in:
2026-01-25 03:58:02 +01:00
parent 5c9c3d199b
commit 36d5c90017
2 changed files with 5 additions and 2 deletions

View File

@@ -16,7 +16,6 @@
kernel = {
cpuVendor = "intel";
package = pkgs.linuxPackages;
modules = ["i915"];
};
systemd-boot = true;
};