let nixpkgsCommit = "19cf008bb18e47b6e3b4e16e32a9a4bdd4b45f7e"; pkgs = import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/${nixpkgsCommit}.zip") { }; in { network = { inherit pkgs; description = "c8h4.io infrastructure"; }; name = { _module.args.machineName = "name.c8h4.io"; imports = [ ./machines/name.nix ]; }; trek = { _module.args.machineName = "trek.c8h4.io"; imports = [ ./machines/trek.nix ]; }; }