Skip to content

Support nested hosts directory #53

Open
@arianvp

Description

@arianvp

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions