From f2367ada3db38a578f7beb9334b37e280771c5aa Mon Sep 17 00:00:00 2001 From: Luc Perkins Date: Wed, 17 Sep 2025 15:59:41 +0200 Subject: [PATCH 1/3] Add ISO download URLs to README --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b27eec..9ae532c 100644 --- a/README.md +++ b/README.md @@ -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. @@ -28,7 +35,8 @@ 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 flakes enabled by default via Determinate Nix and NetworkManager 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 From 877c4b39d749f9c80c6b50a143eae064200a2f41 Mon Sep 17 00:00:00 2001 From: Luc Perkins Date: Wed, 17 Sep 2025 16:07:05 +0200 Subject: [PATCH 2/3] Turn admonition into a list --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ae532c..be2e077 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,9 @@ On both systems, the ISOs have these tools installed: ``` > [!NOTE] -> This NixOS installer image is identical to NixOS's ISOs, but with flakes enabled by default via Determinate Nix and NetworkManager enabled instead of bare WPA Supplicant. +> 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 From bbb67b4425fd97f9b8836f0a5460e31dccffbb4a Mon Sep 17 00:00:00 2001 From: Luc Perkins Date: Thu, 18 Sep 2025 17:02:26 +0200 Subject: [PATCH 3/3] Fix system name Co-authored-by: Cole Helbling --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be2e077..982625b 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ You can download the ISOs at these addresses: | System | URL | | :------------ | :----------------------------------------------------------------- | -| x86 Linux | https://install.determinate.systems/nixos-iso/stable/x86_64-linux | +| x86_64 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: