From 468e6862a9a0d6533ee537d29e92147cf559a917 Mon Sep 17 00:00:00 2001
From: Gabriel Arazas <foo.dogsquared@gmail.com>
Date: Thu, 17 Nov 2022 13:36:44 +0800
Subject: [PATCH] docs: update

---
 README.adoc | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/README.adoc b/README.adoc
index ab8fbc1a..6ca56aa4 100644
--- a/README.adoc
+++ b/README.adoc
@@ -113,6 +113,9 @@ Similar to `homeManagerConfigurations`, you can easily use it outside of NixOS.
 * `homeManagerConfigurations` contains my various link:https://github.com/nix-community/home-manager[home-manager] configurations from link:./users/home-manager/[`./users/home-manager/`].
 The neat thing about it is you can easily install it in a non-NixOS Linux distro.
 
+* `deploy` are nodes to be deployed by link:https://github.com/serokell/deploy-rs[deploy-rs].
+It's nice and currently not all of the nodes are publicly committed which is less useful but it'll be someday.
+
 * `nixosConfigurations` which is where you can install my various NixOS configurations directly (e.g., `nixos-install --flake {canonical_flake_url}#HOST`).
 This mainly uses the link:./hosts/[hosts configuration].
 
@@ -126,6 +129,9 @@ It's another unnecessary export but it's there.
 * `formatter` is the preferred formatter to be used for my Nix files.
 Nothing special here.
 
+* `checks` contains checks for several outputs and are mainly for internal purposes.
+There's no use for anyone else, really. :(
+
 
 === The remote repo