Sops-Nix Env Files

  1. Create the plaintext env file to be used

    Do not commit any plaintext env files into version control

  2. Run the command to encrypt the file: sops --input-type binary --output-type binary -e [file] 
  3. To edit the file, run the following code: sops --input-type binary --output-type binary [file] 

Revision #1
Created 2025-09-01 16:40:45 UTC by etorres
Updated 2025-09-01 16:44:21 UTC by etorres