From a1d9f542735ce190efe238d3d7984ed3956ed74c Mon Sep 17 00:00:00 2001 From: ibizaman Date: Mon, 6 Nov 2023 22:53:23 -0800 Subject: [PATCH] add tip how to generate secret --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0b8a5d4..92545cb 100644 --- a/README.md +++ b/README.md @@ -350,6 +350,12 @@ nix run nixpkgs#nvd -- diff \ /nix/store/16n1klx5cxkjpqhrdf0k12npx3vn5042-nixos-system-baryum-23.11pre-git \ ``` +### Generate secret + +```bash +$ nix run nixpkgs#openssl -- rand -hex 64 +``` + ## TODOs - [ ] Add examples that sets up instance in a VM.