add tip how to generate secret
This commit is contained in:
parent
07ad9df594
commit
a1d9f54273
1 changed files with 6 additions and 0 deletions
|
@ -350,6 +350,12 @@ nix run nixpkgs#nvd -- diff \
|
||||||
/nix/store/16n1klx5cxkjpqhrdf0k12npx3vn5042-nixos-system-baryum-23.11pre-git \
|
/nix/store/16n1klx5cxkjpqhrdf0k12npx3vn5042-nixos-system-baryum-23.11pre-git \
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Generate secret
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ nix run nixpkgs#openssl -- rand -hex 64
|
||||||
|
```
|
||||||
|
|
||||||
## TODOs
|
## TODOs
|
||||||
|
|
||||||
- [ ] Add examples that sets up instance in a VM.
|
- [ ] Add examples that sets up instance in a VM.
|
||||||
|
|
Loading…
Reference in a new issue