Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ Our ISOs are available for these systems:
| x86 Linux | `x86_64-linux` |
| aarch64 Linux | `aarch64-linux` |

You can download the ISOs at these addresses:

| System | URL |
| :------------ | :----------------------------------------------------------------- |
| x86 Linux | https://install.determinate.systems/nixos-iso/stable/x86_64-linux |
| aarch64 Linux | https://install.determinate.systems/nixos-iso/stable/aarch64-linux |

On both systems, the ISOs have these tools installed:

- [Determinate Nix][det-nix], Determinate Systems' validated and secure [Nix] distribution for enterprises.
Expand All @@ -28,7 +35,10 @@ On both systems, the ISOs have these tools installed:
fh apply nixos "my-org/my-flake/*#nixosConfigurations.my-nixos-configuration-output"
```

Note: this NixOS installer image is identical to NixOS's ISOs, but with flakes enabled by default via Determinate Nix and NetworkManager being enabled instead of bare WPA Supplicant.
> [!NOTE]
> This NixOS installer image is identical to NixOS's ISOs, but with two important differences:
> 1. Flakes are enabled by default via Determinate Nix
> 2. NetworkManager is enabled instead of bare WPA Supplicant.

[ami]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AMIs.html
[fh-apply-nixos]: https://docs.determinate.systems/flakehub/cli#apply-nixos
Expand Down