-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
enhancementNew feature or requestNew feature or request
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
sokai
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request