puter/common/agenix.nix
2024-12-14 08:42:24 +01:00

6 lines
77 B
Nix

{inputs, ...}: {
imports = [
inputs.agenix.nixosModules.default
];
}