Compare commits

..

2 commits

Author SHA1 Message Date
741b1e72bc
feat(darwin): enable distributedBuilds
All checks were successful
/ check (push) Successful in 5m9s
2024-09-20 08:58:18 +02:00
6778b8dac3
refactor: add modules 2024-09-20 08:57:36 +02:00

View file

@ -11,7 +11,9 @@
longitude = 16.363449;
};
nix.buildMachines = [
nix = {
distributedBuilds = true;
buildMachines = [
{
hostName = "orb";
sshUser = "nixos";
@ -28,4 +30,5 @@
];
}
];
};
}