1
0
Fork 0

add tip how to generate secret

This commit is contained in:
ibizaman 2023-11-06 22:53:23 -08:00
parent 07ad9df594
commit a1d9f54273

View file

@ -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.