machine_setup/nix/configuration/hosts/quark/distributed_build.nix

8 lines
80 B
Nix
Raw Normal View History

2025-04-16 20:36:08 -04:00
{
imports = [ ];
config = {
me.distributed_build.enable = true;
};
2025-04-16 20:36:08 -04:00
}