Skip to content

Instantly share code, notes, and snippets.

@danielfullmer
Created March 30, 2021 02:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danielfullmer/b14da8302a2263d2124915cdacde9dbe to your computer and use it in GitHub Desktop.
Save danielfullmer/b14da8302a2263d2124915cdacde9dbe to your computer and use it in GitHub Desktop.
{
robotnixConfigurations = let
phones = [ "pyxis" "bacon" ];
in
lib.genAttrs phones (name: robotnix.lib.robotnixSystem (./. + "/hosts/${name}"));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment