-
-
Notifications
You must be signed in to change notification settings - Fork 259
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
restructure NixOS tutorials TOC (#1037)
Co-authored-by: Valentin Gagarin <[email protected]>
- Loading branch information
1 parent
53dff23
commit 92f6419
Showing
7 changed files
with
26 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,30 @@ | ||
# NixOS | ||
|
||
Learn how to configure, install, and deploy NixOS. | ||
Learn how to configure, test, and install or deploy NixOS. | ||
|
||
## Creating NixOS images | ||
|
||
- [](nixos-configuration-on-vm) | ||
- [](building-bootable-iso-image) | ||
- [](building-and-running-docker-images) | ||
|
||
## Integration testing | ||
|
||
- [](integration-testing-using-virtual-machines) | ||
|
||
## Deploying NixOS | ||
|
||
- [](installing-nixos-on-a-raspberry-pi) | ||
- [](deploying-nixos-using-terraform) | ||
|
||
|
||
```{toctree} | ||
:maxdepth: 1 | ||
:hidden: true | ||
nixos-configuration-on-vm.md | ||
integration-testing-using-virtual-machines.md | ||
building-bootable-iso-image.md | ||
installing-nixos-on-a-raspberry-pi.md | ||
continuous-integration-github-actions.md | ||
building-and-running-docker-images.md | ||
integration-testing-using-virtual-machines.md | ||
installing-nixos-on-a-raspberry-pi.md | ||
deploying-nixos-using-terraform.md | ||
``` |