NixOS / NixOS/nix.dev

Install NixOS

Open
#738 3 comments 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

guide (2)
Dominant language
Nix
Stars
4k
Forks
339
Avg merge
2d 11h
Merged PRs (30d)
7

Description

As a new user it's often difficult to get NixOS installed because you may need a wired connection, which can be impractical.
One solution is to create your own NixOS installer that already has WiFi drivers baked into the image along with any other packages that you already know that you want.

Creating a NixOS installation this way ensures that the ISO image already contains the Nix store that you need to boot into a fully functioning machine, which can be used as a first install or a rescue image.

This tutorial would follow the tutorial on installing NixOS in a VM, and would walk a user through the process of:

  • Taking an existing configuration.nix (from the previous tutorial)
  • Producing a bootable image (ISO format) https://nix.dev/tutorials/nixos/building-bootable-iso-image
    • I consider it a requirement that this also cover building for a different system e.g. building an x86_64-linux image on aarch64-darwin.
  • Booting that and then referring to another tutorial for installation (disk partitioning etc)

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the existing NixOS-in-a-VM installation tutorial and the linked “Building bootable ISO image” tutorial. Define the new tutorial around using an existing configuration.nix, producing an ISO including WiFi drivers and packages, cross-building for another system, and handing off disk installation and rescue-image steps to the referenced tutorial.

Written by the indexing model from the issue text.

Assessment

Domain
documentation, operating-systems
Issue type
Documentation
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.