Skip to content

Commit

Permalink
NixOS: Switch from kekrby's nixos-hardware fork to upstream
Browse files Browse the repository at this point in the history
I upstreamed their changes in NixOS/nixos-hardware#650
  • Loading branch information
networkException committed Jul 10, 2023
1 parent a3b4b8b commit fe43dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/distributions/nixos/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
3. Generate your configuration using `sudo nixos-generate-config --root /mnt`.
4. Edit `/mnt/etc/nixos/configuration.nix`:
* Add `"${builtins.fetchGit { url = "https://github.com/kekrby/nixos-hardware.git"; }}/apple/t2"` to `imports`.
* Add `"${builtins.fetchGit { url = "https://github.com/NixOS/nixos-hardware.git"; }}/apple/t2"` to `imports`.
* Copy the WiFi/Bluetooth firmware to `/mnt/etc/nixos/firmware/brcm` and add this snippet to your `configuration.nix`:
```nix
Expand Down

0 comments on commit fe43dff

Please sign in to comment.