worf: fix rebuild issues. Remove voyager builder
This commit is contained in:
parent
b97c986f4a
commit
3a05681d10
|
@ -16,29 +16,20 @@
|
||||||
settings = {
|
settings = {
|
||||||
allow-dirty = true;
|
allow-dirty = true;
|
||||||
experimental-features = [ "nix-command" "flakes" "repl-flake" ];
|
experimental-features = [ "nix-command" "flakes" "repl-flake" ];
|
||||||
auto-optimise-store = true;
|
|
||||||
builders-use-substitutes = true;
|
builders-use-substitutes = true;
|
||||||
log-lines = 50;
|
log-lines = 50;
|
||||||
|
|
||||||
|
# https://github.com/NixOS/nix/issues/7273
|
||||||
|
# auto-optimise-store = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
buildMachines = [
|
buildMachines = [
|
||||||
{
|
|
||||||
hostName = "voyager.home.feal.no";
|
|
||||||
system = "x86_64-linux";
|
|
||||||
|
|
||||||
maxJobs = 4;
|
|
||||||
supportedFeatures = [ "kvm" "big-parallel" "benchmark" "nixos-test" ];
|
|
||||||
mandatoryFeatures = [ ];
|
|
||||||
|
|
||||||
sshUser = "felixalb";
|
|
||||||
sshKey = "/var/root/.ssh/nix-builder";
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
hostName = "defiant.home.feal.no";
|
hostName = "defiant.home.feal.no";
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
|
|
||||||
maxJobs = 6;
|
maxJobs = 6;
|
||||||
supportedFeatures = [ "big-parallel" "benchmark" "nixos-test" ];
|
supportedFeatures = [ "kvm" "big-parallel" "benchmark" "nixos-test" ];
|
||||||
mandatoryFeatures = [ ];
|
mandatoryFeatures = [ ];
|
||||||
|
|
||||||
sshUser = "felixalb";
|
sshUser = "felixalb";
|
||||||
|
|
Loading…
Reference in New Issue