mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-15 04:04:18 +01:00
I chose not to do nixos.{config, options} because that would make it
look too much like a configuration object, which it is not.
A configuration object I would define as for example the result of
calling NixOS, an attrset with `_type = "configuration";`.
Recreating a configuration object without evalModules is quite
feasible but not guaranteed to be correct, and not maintainable.
|
||
|---|---|---|
| .. | ||
| keys | ||
| all-hardware.nix | ||
| base.nix | ||
| clone-config.nix | ||
| demo.nix | ||
| docker-container.nix | ||
| graphical.nix | ||
| hardened.nix | ||
| headless.nix | ||
| installation-device.nix | ||
| macos-builder.nix | ||
| minimal.nix | ||
| qemu-guest.nix | ||