Switch to ragenix over agenix

This commit is contained in:
2023-01-08 18:50:52 +00:00
parent b95199f146
commit d916f5c5da
31 changed files with 268 additions and 169 deletions

View File

@@ -37,10 +37,10 @@ in
command = "rm -f ${homeFlake}";
}
{
name = "agenix";
name = "ragenix";
category = "utilities";
help = pkgs.agenix.meta.description;
command = ''exec ${pkgs.agenix}/bin/agenix --identity "$PRJ_ROOT/.keys/dev.key" "$@"'';
help = "age-encrypted secrets for NixOS";
command = ''exec ${pkgs.ragenix}/bin/ragenix --identity "$PRJ_ROOT/.keys/dev.key" "$@"'';
}
{
name = "qemu-genmac";