Skip to content

Commit

Permalink
+ enhance docs
Browse files Browse the repository at this point in the history
  • Loading branch information
oluceps committed Nov 5, 2024
1 parent 415c245 commit b5f1b6c
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit b5f1b6c

Please sign in to comment.