From a3602f79e49a9c52434e5ed058b163285f66cdaf Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Thu, 12 Jan 2023 23:00:06 +0800 Subject: [PATCH] docs: update project README --- README.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 704ef3e6..9c2ac289 100644 --- a/README.adoc +++ b/README.adoc @@ -187,7 +187,8 @@ It is exported in the flakes at `outputs.packages` compiled through various syst * link:./scripts/[`./scripts/`] contains various scripts for various purposes. Should be self-explanatory. -* link:./secrets/[`./secrets/`] contains my secrets managed with link:https://github.com/mozilla/sops[sops] and link:https://github.com/Mic92/sops-nix[sops-nix]. +* link:./secrets/[`./secrets/`] contains my cluster-wide secrets managed with link:https://github.com/mozilla/sops[sops] and link:https://github.com/Mic92/sops-nix[sops-nix]. +Take note, each component (e.g., hosts, modules, users) could have their own specific secrets. * link:./shells/[`./shells/`] contains my development shells for interacting with the usual type of projects. Setting this up can bring benefits outside of NixOS (unless you're interacting with projects with any OpenGL-related stuff).