{
config,
system,
pkgs,
lib,
inputs,
...
}:
environment.systemPackages = [
inputs.agenix.packages.${pkgs.system}.default
];
}