Compare commits

...

2 commits
main ... llynx

Author SHA1 Message Date
4763bd88e7 TESTING: llynx: grub 2025-03-05 00:38:29 -08:00
93a6b61f5d llynx: bundle firmware 2025-03-05 00:38:12 -08:00
3 changed files with 7 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View file

@ -11,7 +11,7 @@
boot.kernelModules = [ ];
boot.extraModulePackages = [ ];
hardware.asahi.peripheralFirmwareDirectory = inputs.asahi-firmware; # FIXME: flake input?
hardware.asahi.peripheralFirmwareDirectory = ./firmware;
hardware.asahi.useExperimentalGPUDriver = true;
fileSystems."/" = {
@ -32,7 +32,12 @@
}];
# Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true;
boot.loader.grub = {
enable = true;
efiSupport = true;
device = "nodev";
theme = pkgs.rose-pine-grub;
};
boot.loader.efi.canTouchEfiVariables = false;
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking