hydra: new aarch64 runner

This commit is contained in:
Christoph Hollizeck 2025-11-23 00:53:51 +01:00
parent 53e0ff0931
commit 7092d4d8fc
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
4 changed files with 57 additions and 56 deletions

View file

@ -57,6 +57,8 @@
checkHash = "nix hash to-sri --type sha256 $(nix-prefetch-url --unpack $argv)";
deployNixberry = "${lib.getExe osConfig.programs.nh.package} os switch --target-host nixberry -H nixberry";
deployLoptland = "${lib.getExe osConfig.programs.nh.package} os switch --target-host christophhollizeck.dev -H loptland";
exportMachineSSHkey = "export SOPS_AGE_KEY=$(sudo ssh-to-age -i /etc/ssh/ssh_host_ed25519_key -private-key)
";
checkPR = ''cd /home/cholli/projects/NixOS/nixpkgs && ${lib.getExe pkgs.nixpkgs-review} pr $argv --post-result --systems "x86_64-linux aarch64-linux"'';
};
plugins = with pkgs.fishPlugins; [

View file

@ -96,7 +96,7 @@ in
];
}
{
hostName = "100.86.23.74";
hostName = "100.90.93.35";
sshUser = "remotebuild";
sshKey = "/root/.ssh/remotebuild";
systems = [ "aarch64-linux" ];