infrastructure/nixos-modules/meta/default.nix
2025-03-25 14:10:54 +02:00

9 lines
68 B
Nix

{
...
}:
{
imports = [
./hosts.nix
./network.nix
];
}