nixfiles/hosts/default.nix

6 lines
101 B
Nix

{utils}: let
hosts = utils.lib.exportModules [
./artemis
./hermes
];
in {inherit hosts;}