{"id":28955829,"url":"https://github.com/determinatesystems/nixos-iso","last_synced_at":"2026-04-07T20:02:13.378Z","repository":{"id":295186746,"uuid":"989324380","full_name":"DeterminateSystems/nixos-iso","owner":"DeterminateSystems","description":null,"archived":false,"fork":false,"pushed_at":"2026-03-31T14:25:17.000Z","size":153,"stargazers_count":25,"open_issues_count":1,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-31T16:29:34.302Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Nix","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DeterminateSystems.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-05-23T21:58:38.000Z","updated_at":"2026-03-31T14:27:56.000Z","dependencies_parsed_at":"2025-05-24T05:22:07.376Z","dependency_job_id":"2c750eb3-95b9-4da1-9f55-f30cf4762533","html_url":"https://github.com/DeterminateSystems/nixos-iso","commit_stats":null,"previous_names":["determinatesystems/nixos-iso"],"tags_count":38,"template":false,"template_full_name":null,"purl":"pkg:github/DeterminateSystems/nixos-iso","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeterminateSystems%2Fnixos-iso","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeterminateSystems%2Fnixos-iso/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeterminateSystems%2Fnixos-iso/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeterminateSystems%2Fnixos-iso/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DeterminateSystems","download_url":"https://codeload.github.com/DeterminateSystems/nixos-iso/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeterminateSystems%2Fnixos-iso/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31526666,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-23T20:10:14.350Z","updated_at":"2026-04-07T20:02:13.340Z","avatar_url":"https://github.com/DeterminateSystems.png","language":"Nix","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NixOS ISOs with Determinate Nix\n\nThis repo houses the build logic for [Determinate Systems][detsys]' official ISO for [NixOS].\nOur ISOs are available for these systems:\n\n| System        | Nix system name |\n| :------------ | :-------------- |\n| x86 Linux     | `x86_64-linux`  |\n| aarch64 Linux | `aarch64-linux` |\n\nYou can download the ISOs at these addresses:\n\n| System        | URL                                                                |\n| :------------ | :----------------------------------------------------------------- |\n| x86_64 Linux  | https://install.determinate.systems/nixos-iso/stable/x86_64-linux  |\n| aarch64 Linux | https://install.determinate.systems/nixos-iso/stable/aarch64-linux |\n\nOn both systems, the ISOs have these tools installed:\n\n- [Determinate Nix][det-nix], Determinate Systems' validated and secure [Nix] distribution for enterprises.\n  This includes [Determinate Nixd][dnixd], a utility that enables you to log in to [FlakeHub] using only this command (amongst other tasks):\n\n  ```shell\n  determinate-nixd login\n  ```\n\n  Once logged in, your host can access [FlakeHub Cache][cache] and [private flakes][private-flakes] for your organization.\n\n- [fh], the CLI for [FlakeHub].\n  You can use fh for things like [applying][fh-apply-nixos] NixOS configurations uploaded to [FlakeHub Cache][cache].\n  Here's an example:\n\n  ```shell\n  determinate-nixd login\n  fh apply nixos \"my-org/my-flake/*#nixosConfigurations.my-nixos-configuration-output\"\n  ```\n\n\u003e [!NOTE]\n\u003e This NixOS installer image is identical to NixOS's ISOs, but with two important differences:\n\u003e 1. Flakes are enabled by default via Determinate Nix\n\u003e 2. NetworkManager is enabled instead of bare WPA Supplicant.\n\n[ami]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AMIs.html\n[fh-apply-nixos]: https://docs.determinate.systems/flakehub/cli#apply-nixos\n[cache]: https://docs.determinate.systems/flakehub/cache\n[demo]: https://github.com/determinatesystems/demo\n[det-nix]: https://docs.determinate.systems/determinate-nix\n[detsys]: https://determinate.systems\n[dnixd]: https://docs.determinate.systems/determinate-nix#determinate-nixd\n[ec2]: https://aws.amazon.com/ec2\n[fh]: https://docs.determinate.systems/flakehub/cli\n[fh-apply]: https://docs.determinate.systems/flakehub/cli#apply\n[flakehub]: https://flakehub.com\n[nix]: https://docs.determinate.systems/determinate-nix\n[nixos]: https://zero-to-nix.com/concepts/nixos\n[opentofu]: https://opentofu.org\n[private-flakes]: https://docs.determinate.systems/flakehub/private-flakes\n[ssm]: https://aws.amazon.com/systems-manager\n[sts]: https://docs.aws.amazon.com/STS/latest/APIReference/welcome.html\n[terraform]: https://terraform.io\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeterminatesystems%2Fnixos-iso","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeterminatesystems%2Fnixos-iso","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeterminatesystems%2Fnixos-iso/lists"}