This commit is contained in:
parent
4734e7362d
commit
9b7faa8017
1 changed files with 12 additions and 12 deletions
|
|
@ -145,18 +145,18 @@ in {
|
|||
secretKeyFile = "/var/cache-priv-key.pem";
|
||||
};
|
||||
|
||||
nix.distributedBuilds = true;
|
||||
nix.settings.builders-use-substitutes = true;
|
||||
nix.buildMachines = [
|
||||
{
|
||||
hostName = "192.168.1.2";
|
||||
protocol = "ssh-ng";
|
||||
sshUser = "remotebuild";
|
||||
sshKey = "/home/ant/.ssh/id_ed25519";
|
||||
system = pkgs.stdenv.hostPlatform.system;
|
||||
supportedFeatures = [ "nixos-test" "big-parallel" "kvm" "gccarch-x86-64-v3" ];
|
||||
}
|
||||
];
|
||||
# nix.distributedBuilds = true;
|
||||
# nix.settings.builders-use-substitutes = true;
|
||||
# nix.buildMachines = [
|
||||
# {
|
||||
# hostName = "192.168.1.2";
|
||||
# protocol = "ssh-ng";
|
||||
# sshUser = "remotebuild";
|
||||
# sshKey = "/home/ant/.ssh/id_ed25519";
|
||||
# system = pkgs.stdenv.hostPlatform.system;
|
||||
# supportedFeatures = [ "nixos-test" "big-parallel" "kvm" "gccarch-x86-64-v3" ];
|
||||
# }
|
||||
# ];
|
||||
|
||||
nix.settings.auto-optimise-store = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue