From 0c30883e22a1fdd7154c411c463eda1fe7b1c28b Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Sun, 30 Jul 2023 01:45:49 +0800 Subject: [PATCH] docs: README - secrets --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index c37b633e..9be00502 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,11 @@ Wallpapers: https://github.com/ryan4yin/wallpapers See [./hosts](./hosts) for details. + +## Secrets Management + +See [./secrets](./secrets) for details. + ## How to Deploy this Flake? > :red_circle: **IMPORTANT**: **You should NOT deploy this flake directly on your machine:exclamation: It will not succeed.** this flake contains my hardware configuration(such as [hardware-configuration.nix](hosts/idols/ai/hardware-configuration.nix)) which is not suitable for your hardware, and my private secrets repository [ryan4yin/nix-secrets](https://github.com/ryan4yin/nix-config/tree/main/secrets) that only I have access to. You may use this repo as a reference to build your own configuration.