fix(nix): use correct openssl command

This commit is contained in:
isabel
2026-02-28 11:12:10 +00:00
committed by Tangled
parent 28ca66624a
commit 4e277eb7b2
+1 -1
View File
@@ -56,7 +56,7 @@ in {
Generate these with:
```
openssl rand --hex 32
openssl rand -base64 48
```
'';
};