Last formatting

This commit is contained in:
Jimbo 2024-09-10 22:07:09 -04:00
parent 40df503ad4
commit d542c4bb61

View file

@ -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 ❤️