From 4e277eb7b21fa90813aec36ec214994b8b0af043 Mon Sep 17 00:00:00 2001 From: isabel Date: Sat, 28 Feb 2026 11:02:41 +0000 Subject: [PATCH] fix(nix): use correct openssl command --- module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module.nix b/module.nix index 7b97632..8f5b506 100644 --- a/module.nix +++ b/module.nix @@ -56,7 +56,7 @@ in { Generate these with: ``` - openssl rand --hex 32 + openssl rand -base64 48 ``` ''; };