From d542c4bb61e92f7c3003cf23e3afcea6c5166943 Mon Sep 17 00:00:00 2001 From: Jimbo Date: Tue, 10 Sep 2024 22:07:09 -0400 Subject: [PATCH] Last formatting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9347ff8..16d0322 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,8 @@ I have made shell aliases in ZSH for rebuilding the system. They are as follows: `nixswitch` = Switch to new config for both user and system. `nixdate` = Same as before, but updating flake.nix before doing so. This is essentially a full system update. -My config heavily references a gnupg-protected secrets file. These will have to be adapted and rewritten if anyone is to use my config for themselves. -For my use, unlocking secrets can be done with this command: +My config heavily references a gnupg-protected secrets file. These will have to be adapted and rewritten if anyone is to use my config for themselves. +For my use, unlocking secrets can be done with this command: ``gpg --pinentry-mode loopback --decrypt local.key.asc | git-crypt unlock -`` Made with love ❤️