nix-files/hosts/modules/roles/default.nix

9 lines
91 B
Nix

{ ... }:
{
imports = [
./build-machine.nix
./client
./dev-machine.nix
];
}