Skip to content

Getting the details right

Compare
Choose a tag to compare
@ryantm ryantm released this 01 Sep 15:39
· 185 commits to main since this release
7e5e58b

Features

agenix cli

  • @timhae: remove newlines from recipient keys, so secrets.nix can specify recipient keys as files with newlines.
  • @felixscheinost: add support for aarch64-darwin

age module

  • @ryantm: add warnings about missing files (decryption keys and cypher files) to help with troubleshooting
  • @ryantm: rename age.sshKeyPaths to age.identityPaths
  • @luishfonseca: when using from a flake, the module can now be referred to by agenix.nixosModule
  • @chuangzhu: allow customizing the age binary with config.age.ageBin
  • @Sohalt: improved option descriptions

Documentation

  • @ryantm: add readFile anti-pattern, add Community and Support section, fix niv CLI installation instructions, remove old NixOS version compatibility notice, table of contents and better installation instructions
  • @mausch: fix reference in module docs
  • @ymarkus: clarify that 'config' has to be prefixed
  • @oslerw: fix installation instructions for channel installation, now that the default branch name has changed.