From 66efe2547c16ec91cab611382247a8f55f128bb7 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Mon, 11 Mar 2024 11:57:18 +0800 Subject: [PATCH] docs: flake outputs --- outputs/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/outputs/README.md b/outputs/README.md index f1ea2b9e..0d809f59 100644 --- a/outputs/README.md +++ b/outputs/README.md @@ -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