mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-18 17:09:37 +00:00
add installer for macbook-pro-2009 repurpose tungsten disko config for iron installer-macbook-pro-2009: enable b43 driver README: document how to wipe filesystem iron: generate hardware-configuration iron: discard unused modules iron: include macbook specific modules iron: remove custom fs configurations
11 lines
169 B
Nix
11 lines
169 B
Nix
{
|
|
system.stateVersion = "25.05";
|
|
|
|
boot.loader = {
|
|
systemd-boot = {
|
|
enable = true;
|
|
editor = false;
|
|
};
|
|
efi.canTouchEfiVariables = true;
|
|
};
|
|
}
|