build04: reenable big-parallel
This commit is contained in:
parent
f4acd00709
commit
44cce95f44
2 changed files with 3 additions and 2 deletions
|
@ -9,8 +9,8 @@
|
|||
|
||||
nixpkgs.system = "aarch64-linux";
|
||||
|
||||
# disable default features
|
||||
nix.settings.system-features = [ ];
|
||||
# disable kvm/nixos-tests
|
||||
nix.settings.system-features = [ "big-parallel" ]; # sync with roles/remote-builder/aarch64-build04.nix
|
||||
|
||||
# we use grub because systemd-boot sometimes fail on aarch64/EFI
|
||||
# XXX check if this is still an issue?
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
sshKey = config.sops.secrets.id_buildfarm.path;
|
||||
sshUser = "nix";
|
||||
system = "aarch64-linux";
|
||||
supportedFeatures = [ "big-parallel" ]; # sync with build04/configuration.nix
|
||||
}
|
||||
];
|
||||
sops.secrets.id_buildfarm = { };
|
||||
|
|
Loading…
Add table
Reference in a new issue