Skip to content

Commit

Permalink
nix/hydra-builder-client: fix builder fsn0
Browse files Browse the repository at this point in the history
  • Loading branch information
linyinfeng committed Nov 20, 2023
1 parent d4e1a35 commit edb2bb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/profiles/nix/hydra-builder-client/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ in {
# only build on nuc if big-parallel
hydra-builder@nuc x86_64-linux,i686-linux /etc/${keyFile} 8 1 kvm,nixos-test,benchmark,big-parallel big-parallel
hydra-builder@hil0 x86_64-linux,i686-linux /etc/${keyFile} 2 1
hydra-builder@fsn0 aarch64-linux /etc/${keyFile} 2 1
hydra-builder@fsn0 aarch64-linux /etc/${keyFile} 2 1 benchmark,big-parallel
'';
sops.secrets."hydra_builder_private_key" = {
neededForUsers = true; # needed for /etc
Expand Down

0 comments on commit edb2bb2

Please sign in to comment.