docs: flake outputs

This commit is contained in:
Ryan Yin
2024-03-11 11:57:18 +08:00
parent 5af7c7a427
commit 66efe2547c

View File

@@ -1,5 +1,14 @@
# Flake Outputs
## Is such a complex and fine-grained structure necessary?
There is no need to do this when you have a small number of machines.
But when you have a large number of machines, it is necessary to manage them in a fine-grained way,
otherwise, it will be difficult to manage and maintain them.
## Overview
All the outputs of this flake are defined here.
```bash