NixOS Installation Guide: Difference between revisions

imported>Samueldr
m well, can't bring the tip at the list level, as the whole page shifts.
imported>Samueldr
m Adds a quick note about connecting to the ineternet
Line 75: Line 75:


The EFI bootloader of the installation media is not signed and is not using a signed shim to boot. This means that Secure Boot will need to be disabled to boot.
The EFI bootloader of the installation media is not signed and is not using a signed shim to boot. This means that Secure Boot will need to be disabled to boot.
== Connecting to the internet ==
The installation will '''definitely''' need a working internet connection. It is possible to install without one, but the available set of packages is limited.
=== Wired ===
For network interfaces supported by the kernel, DHCP resolution should already have happened once the shell is available.
=== Wireless ===
Network Manager is installed, meaning that it is possible to use <code>nmtui</code> on the command line to connect to a network.


<hr />
<hr />