mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-07 00:17:24 +08:00
disable distributed builds for now
This commit is contained in:
parent
76dd061e35
commit
4237e5ab98
1 changed files with 3 additions and 3 deletions
|
|
@ -51,14 +51,14 @@
|
|||
experimental-features = nix-command flakes repl-flake
|
||||
'';
|
||||
# https://nixos.wiki/wiki/Distributed_build
|
||||
distributedBuilds = true;
|
||||
buildMachines = [
|
||||
/* distributedBuilds = true;
|
||||
buildMachines = [
|
||||
{
|
||||
hostName = (import ./hetzner/ax41.info.nix).publicIP;
|
||||
system = "x86_64-linux";
|
||||
maxJobs = 10;
|
||||
}
|
||||
];
|
||||
]; */
|
||||
};
|
||||
nixpkgs.config.allowBroken = true;
|
||||
nixpkgs.config.allowUnsupportedSystem = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue