From a17d61dc2cea149bbca132278a877202713ca287 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Sun, 29 Mar 2026 21:05:50 -0500 Subject: [PATCH] updated pdf with font links --- modules/credentials-pdf.nix | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/modules/credentials-pdf.nix b/modules/credentials-pdf.nix index 2877b7c..b0990e6 100644 --- a/modules/credentials-pdf.nix +++ b/modules/credentials-pdf.nix @@ -83,8 +83,8 @@ fi cat << 'EOF' > "$FILE" - --- - --- +--- +--- # Your Sovran SystemsOS Magic Keys! 🗝️ Welcome to your new computer! We have built a lot of cool secret forts (services) for you. To get into your forts, you need your magic keys (passwords). @@ -228,7 +228,10 @@ BITCOIN fi # Convert the Markdown text into a beautiful PDF! - pandoc "$FILE" -o "$DOC_DIR/Sovran_SystemsOS_Magic_Keys.pdf" --pdf-engine=typst + pandoc "$FILE" -o "$DOC_DIR/Sovran_SystemsOS_Magic_Keys.pdf" --pdf-engine=typst \ + -V mainfont="Liberation Sans" \ + -V monofont="Liberation Mono" + # Make sure the 'free' user owns the file so they can open it chown -R free:users "$DOC_DIR"