Our Personal Data Server from scratch! tranquil.farm
oauth atproto pds rust postgresql objectstorage fun

fix(nix): use correct openssl command

authored by isabelroses.com and committed by tangled.org 4e277eb7 28ca6662

+1 -1
+1 -1
module.nix
··· 56 56 57 57 Generate these with: 58 58 ``` 59 - openssl rand --hex 32 59 + openssl rand -base64 48 60 60 ``` 61 61 ''; 62 62 };