nixos/modules/security/default.nix

6 lines
37 B
Nix
Raw Normal View History

2023-08-31 13:35:16 +04:00
{
imports = [
./age.nix
];
}