Skip to content

Commit cb1540a

Browse files
authored
Merge pull request #31 from DeterminateSystems/provide-iso-urls
FH-1031: Add ISO download URLs to README
2 parents b281254 + bbb67b4 commit cb1540a

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ Our ISOs are available for these systems:
88
| x86 Linux | `x86_64-linux` |
99
| aarch64 Linux | `aarch64-linux` |
1010

11+
You can download the ISOs at these addresses:
12+
13+
| System | URL |
14+
| :------------ | :----------------------------------------------------------------- |
15+
| x86_64 Linux | https://install.determinate.systems/nixos-iso/stable/x86_64-linux |
16+
| aarch64 Linux | https://install.determinate.systems/nixos-iso/stable/aarch64-linux |
17+
1118
On both systems, the ISOs have these tools installed:
1219

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

31-
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.
38+
> [!NOTE]
39+
> This NixOS installer image is identical to NixOS's ISOs, but with two important differences:
40+
> 1. Flakes are enabled by default via Determinate Nix
41+
> 2. NetworkManager is enabled instead of bare WPA Supplicant.
3242
3343
[ami]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AMIs.html
3444
[fh-apply-nixos]: https://docs.determinate.systems/flakehub/cli#apply-nixos

0 commit comments

Comments
 (0)