Skip to content

Instantly share code, notes, and snippets.

@ivan
Created April 29, 2019 06:24
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 ivan/c7216512c3ed0f47718a4f4cc87e0877 to your computer and use it in GitHub Desktop.
Save ivan/c7216512c3ed0f47718a4f4cc87e0877 to your computer and use it in GitHub Desktop.
let
pkgs = import <nixpkgs> {};
lib = pkgs.lib;
in
{
"paris2" = import ../hosts/paris2.nix { inherit pkgs lib; };
"scale8" = import ../hosts/scale8.nix { inherit pkgs lib; };
"scale9" = import ../hosts/scale9.nix { inherit pkgs lib; };
"scale10" = import ../hosts/scale10.nix { inherit pkgs lib; };
"scale11" = import ../hosts/scale11.nix { inherit pkgs lib; };
"do11" = import ../hosts/do11.nix { inherit pkgs lib; };
"bhsvps1" = import ../hosts/bhsvps1.nix { inherit pkgs lib; };
"icvm" = import ../hosts/icvm.nix { inherit pkgs lib; };
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment