MyNixOS website logo

The name of the system used in the system.build.toplevel derivation.

That derivation has the following name: "nixos-system-${config.system.name}-${config.system.nixos.label}"

Declarations
Type
string
Default
if config.networking.hostName == ""
then "unnamed"
else config.networking.hostName;