infra/nixos/modules/default.nix

6 lines
43 B
Nix
Raw Normal View History

2024-10-17 17:32:14 -05:00
{...}: {
imports = [
./system
];
}