# Generate fleet configurations with custom fleet and hardware types # Usage: nixosConfigurations = athenix.lib.mkFleet { fleet = { ... }; hwTypes = { ... }; } { inputs, lib, config, self ? null, users ? { }, }: import ../fleet/default.nix { inherit inputs lib config self users ; }