1
0
Fork 0
forked from UniverseBow/flake

manual apple-t2 config

This commit is contained in:
do butterflies cry? 2026-03-27 12:15:00 +10:00
parent 468f399965
commit 0863a8a592
Signed by: cry
GPG key ID: F68745A836CA0412

View file

@ -12,6 +12,23 @@
# REF: https://github.com/t2linux/nixos-t2-iso
python3
dmg2img
get-apple-firmware
# get-apple-firmware
];
hardware = {
apple.touchBar.enable = true;
# REF: https://github.com/NixOS/nixos-hardware/blob/master/apple/t2/default.nix
apple-t2 = {
# the macbook does not have an AMD dGPU (iGPU)
enableIGPU = false;
kernelChannel = "stable";
firmware = {
enable = true;
version = "sonoma";
};
};
};
}