nixos-config/modules/core/agenix.nix

14 lines
145 B
Nix
Raw Normal View History

2025-07-27 11:00:42 +02:00
{
config,
system,
pkgs,
lib,
inputs,
...
}:
{
2024-11-28 11:51:03 +01:00
environment.systemPackages = [
inputs.agenix.packages."${system}".default
];
}