mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-10 10:12:37 +08:00
darwin: setup remote builder
This commit is contained in:
parent
e3c7ff1ac8
commit
6b717b8b7f
1 changed files with 9 additions and 0 deletions
|
|
@ -45,6 +45,15 @@
|
|||
extra-platforms = aarch64-darwin x86_64-darwin
|
||||
experimental-features = nix-command flakes repl-flake
|
||||
'';
|
||||
# https://nixos.wiki/wiki/Distributed_build
|
||||
distributedBuilds = true;
|
||||
buildMachines = [
|
||||
{
|
||||
hostName = "88.198.33.237"; # pinch
|
||||
system = "x86_64-linux";
|
||||
maxJobs = 4;
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
nixpkgs.config.allowBroken = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue