Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 570 Bytes

README.md

File metadata and controls

41 lines (29 loc) · 570 Bytes

kczulko cv

Secret data encryption

  1. Secrets are stored within secrets.nix file, which has the following content:
{
  DATE_OF_BIRTH    = "January 1st 1900";
  CELLPHONE        = "999 999 999";
  ADDRESS_STREET   = "...";
  ADDRESS_ZIP_CITY = "...";
  ADDRESS_COUNTRY  = "...";
}

BUILD

  1. Build pdf document:

    $ nix build
  2. Examine document with evince:

    $ nix run .#show-cv
    
  3. Nix files formatting:

    $ nix fmt
    
  4. Git crypt:

    $ git-crypt unlock <your_symmetric.key>