From b5f1b6c3454f6869251e4849654bdb569eee8f92 Mon Sep 17 00:00:00 2001 From: oluceps Date: Tue, 5 Nov 2024 21:04:51 +0800 Subject: [PATCH] + enhance docs --- README.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 1e5d8dd..26216db 100644 --- a/README.md +++ b/README.md @@ -82,16 +82,11 @@ Adding nixosModule config: } ``` -> [!TIP] -> During first setup, you need to manually create `storageLocation` and -> add it to git (create an placeholder since git ignores empty directory). +Then run renc before deploy. + +This step also needed every time the host key or secret content changed. ```bash -mkdir -p ./secret/renc/HOSTNAME_HERE -touch ./secret/renc/HOSTNAME_HERE/.placeholder -# So that you could add the directory to git (for recognizing by flake). -git add . -# Freely could remove placeholder once complete this step. nix run .#vaultix.x86_64-linux.renc ```