Add secret support

This commit is contained in:
2022-02-22 00:59:57 +00:00
parent ac31486f6b
commit 8c61cea30d
19 changed files with 71 additions and 11 deletions

View File

@@ -35,6 +35,12 @@ in
help = "Remove home-manager flake.nix link";
command = "rm -f ${homeFlake}";
}
{
name = "agenix";
category = "utilities";
help = pkgs.agenix.meta.description;
command = ''exec ${pkgs.agenix}/bin/agenix --identity "$PRJ_ROOT/.keys/dev.key" "$@"'';
}
{
name = "fmt";

View File

@@ -18,7 +18,7 @@ in
packages = with pkgs; [
coreutils
nixVersions.stable
agenix
rage
deploy-rs.deploy-rs
home-manager
];