nixos/muon: Remove localhost from build machines

This commit is contained in:
Mikael Voss 2024-10-11 23:48:24 +02:00
parent 64decb01d1
commit 54fd16332e
No known key found for this signature in database

View file

@ -261,14 +261,6 @@ imports = [
nix = {
distributedBuilds = true;
buildMachines = [
{
hostName = "localhost";
protocol = null;
maxJobs = 2;
speedFactor = 12;
systems = [ "x86_64-linux" "aarch64-linux" "riscv64-linux" ];
supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" "gccarch-x86-64" "gccarch-x86-64-v2" "gccarch-x86-64-v3" ];
}
{
hostName = "integra.kyouma.net";
protocol = "ssh-ng";