DeterminateSystems/nixos-iso

31

stars

96

commits

Nix

primary language

Sep 3, 2026

updated

README

NixOS ISOs with Determinate Nix

This repo houses the build logic for Determinate Systems' official ISO for NixOS. Our ISOs are available for these systems:

SystemNix system name
x86 Linuxx86_64-linux
aarch64 Linuxaarch64-linux

You can download the ISOs at these addresses:

On both systems, the ISOs have these tools installed:

  • Determinate Nix, Determinate Systems' validated and secure Nix distribution for enterprises. This includes Determinate Nixd, a utility that enables you to log in to FlakeHub using only this command (amongst other tasks):

    determinate-nixd login
    

    Once logged in, your host can access FlakeHub Cache and private flakes for your organization.

  • fh, the CLI for FlakeHub. You can use fh for things like applying NixOS configurations uploaded to FlakeHub Cache. Here's an example:

    determinate-nixd login
    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 two important differences:

  1. Flakes are enabled by default via Determinate Nix
  2. NetworkManager is enabled instead of bare WPA Supplicant.

Contributors

grahamc

35 commits

lucperkins

4 commits

colemickens

1 commits

DeterminateSystems/nixos-iso

31

stars

96

commits

Nix

primary language

Sep 3, 2026

updated

README

NixOS ISOs with Determinate Nix

This repo houses the build logic for Determinate Systems' official ISO for NixOS. Our ISOs are available for these systems:

SystemNix system name
x86 Linuxx86_64-linux
aarch64 Linuxaarch64-linux

You can download the ISOs at these addresses:

On both systems, the ISOs have these tools installed:

  • Determinate Nix, Determinate Systems' validated and secure Nix distribution for enterprises. This includes Determinate Nixd, a utility that enables you to log in to FlakeHub using only this command (amongst other tasks):

    determinate-nixd login
    

    Once logged in, your host can access FlakeHub Cache and private flakes for your organization.

  • fh, the CLI for FlakeHub. You can use fh for things like applying NixOS configurations uploaded to FlakeHub Cache. Here's an example:

    determinate-nixd login
    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 two important differences:

  1. Flakes are enabled by default via Determinate Nix
  2. NetworkManager is enabled instead of bare WPA Supplicant.

Contributors

grahamc

35 commits

lucperkins

4 commits

colemickens

1 commits

Languages

Nix

100.0%