Install Nix OS for your 2015 MacBook Pro
Install Nix OS for your 2015 MacBook Pro
After several attempts, I managed to install NixOS on my old MacBook. Still, some hardware issues remain. I think the problem might be with the drivers—possibly they aren't being installed correctly or using a basic version. The system reports no sound devices are set up, but I can still hear sound. However, I can't adjust any settings. The Wi-Fi connection is unstable and keeps dropping.
Those late Intel Macs grew more resistant to running Linux. The Arch Wiki covers troubleshooting Mac problems, though you’ll likely have to adapt it for NixOS – https://wiki.archlinux.org/title/Mac/Troubleshooting.
Linux Wi-Fi problems often stem from power management settings on the card. Use `ip a` to identify your Wi-Fi card name. Then run `nix-shell -p wirelesstools iwconfig wificardname power off`. This will disable Wi-Fi power management, helping you determine if it’s the cause. If this resolves the issue, check your network manager settings with `networking.networkmanager.wifi.powersave = false`. For IWD-based setups or systemd-networkd with IWD, adjust boot parameters accordingly to ensure Wi-Fi power management is turned off.