nixos-anywhere/docs/SUMMARY.md

27 lines
1.0 KiB
Markdown
Raw Normal View History

2023-05-30 02:50:04 +03:00
# Summary: - nixos-anywhere
2023-05-30 17:59:04 +03:00
**_Install NixOS everywhere via ssh_**
2023-05-30 02:50:04 +03:00
2023-11-22 22:15:27 +03:00
<img title="" src="https://raw.githubusercontent.com/nix-community/nixos-anywhere/main/docs/logo.png" alt="" width="149">
2023-05-30 02:50:04 +03:00
2023-05-30 17:59:04 +03:00
The **nixos-anywhere** tool allows you to pre-configure the whole process of
installing NixOS, and run the install remotely with a single CLI command.
2023-05-30 02:50:04 +03:00
Refer to the following documentation for more information.
2023-09-17 17:10:10 +03:00
[System Requirements](./requirements.md): CPU and memory requirements
2023-05-31 09:24:20 +03:00
[Quickstart](./quickstart.md): Instructions for a typical installation
2023-05-31 09:12:35 +03:00
2023-09-17 17:10:10 +03:00
[How to Guide](./howtos/INDEX.md): Instructions for non-typical use cases
2023-05-31 09:12:35 +03:00
2023-09-17 17:10:10 +03:00
- [Installing on a machine with no operating system](./howtos/no-os.md)
- [Using your own kexec image](./howtos/custom-kexec.md)
- [Secrets and full disk encryption](./howtos/secrets.md)
- [Use without flakes](./howtos/use-without-flakes.md)
2023-09-17 17:43:43 +03:00
- [Terraform](./howtos/terraform.md)
2023-10-28 11:36:23 +03:00
- [Nix-channels / `NIX_PATH`](./howtos/nix-path.md)
2023-11-06 15:07:22 +03:00
- [IPv6-only targets](./howtos/ipv6.md)
2023-05-31 09:12:35 +03:00
2023-05-31 09:24:20 +03:00
[Reference](./reference.md): Reference Guide