Open
Description
Is your feature request related to a problem? Please describe.
we have nesting in our hosts directory a la:
hosts/
production/
host1/
host2/
staging/
host3/
host4/
Describe the solution you'd like
would be neat if this would work and up with making
{
nixosConfigurations = {
"production/host1" = ...
"staging/host3" = ...
};
}
Describe alternatives you've considered
Flatten directory structure but make me sad
Additional context