No description
Find a file
2022-09-01 09:45:43 +03:00
.github/workflows Revert "CI: cancel other builds if others are building for the same commit too (this happens when a commit is tagged)" as it causes the CI to look like it has failed when it hasn't 2022-08-31 15:06:56 +03:00
nix t2-iso-gnome: do not set iwd as the default backend for NetworkManager, this setting has been moved to nixos-hardware 2022-08-31 15:02:00 +03:00
flake.lock flake: update nixos-hardware (kernel 5.19.6) 2022-09-01 09:45:43 +03:00
flake.nix flake: update nixos-hardware and change nixpkgs to my fork (until my PR gets merged) 2022-08-28 09:51:58 +03:00
LICENSE nixos-t2-iso: init 2022-08-28 09:34:06 +03:00
README.md fixed typo and added "like" 2022-08-31 20:24:28 +00:00

NixOS Iso for T2 Macs

You can use this flake to build a NixOS iso that can be used with T2 Macs.

This repo provides two isos:

  • t2-iso-minimal
  • t2-iso-gnome

It is recommended to use t2-iso-minimal for installing NixOS. t2-iso-gnome can be used to preview what the system will look like after the installation.

You can build with this command:

nix build .#t2-iso-minimal

You need to have nix installed on a Linux host. If you are on macOS, you can use podman or docker with the nixos/nix image.

Prebuilt isos are also available in the releases page.

As iso files can be quite large depending on their content, they are split into multiple parts. You can join them with this command after downloading all the files for the variant you want:

cat t2-iso-<variant>.iso-part-* > t2-iso-<variant>.iso