Home Explore Blog Models CI



nixpkgs

nixos/doc/manual/configuration/profiles/installation-device.section.md
3e4e0271aeffde83e87da60b1a60ab82d27b465e67007ddb0000000300000414
# Installation Device {#sec-profile-installation-device}

Provides a basic configuration for installation devices like CDs.
This enables redistributable firmware, includes the
[Clone Config profile](#sec-profile-clone-config)
and a copy of the Nixpkgs channel, so `nixos-install`
works out of the box.

Documentation for [Nixpkgs](#opt-documentation.enable)
and [NixOS](#opt-documentation.nixos.enable) are
forcefully enabled (to override the
[Minimal profile](#sec-profile-minimal) preference); the
NixOS manual is shown automatically on TTY 8, udisks is disabled.
Autologin is enabled as `nixos` user, while passwordless
login as both `root` and `nixos` is possible.
Passwordless `sudo` is enabled too.
[NetworkManager](#opt-networking.networkmanager.enable) is
enabled and can be configured interactively with `nmtui`.

It is explained how to login, start the ssh server, and if available,
how to start the display manager.

Several settings are tweaked so that the installer has a better chance of
succeeding under low-memory environments.

Chunks
5436a616 (1st chunk of `nixos/doc/manual/configuration/profiles/installation-device.section.md`)
Title: Installation Device Profile Configuration
Summary
This chunk describes the 'Installation Device' profile, which provides a basic configuration for installation media like CDs. It includes redistributable firmware, the Clone Config profile, and a Nixpkgs channel to ensure `nixos-install` functions immediately. Key features include forcefully enabling Nixpkgs and NixOS documentation (with the NixOS manual on TTY 8), disabling udisks, enabling autologin for the `nixos` user, and passwordless login for both `root` and `nixos` with passwordless `sudo`. NetworkManager is also enabled for interactive configuration, and the profile is optimized for low-memory environments.