This commit is contained in:
Osman Faruk Bayram 2025-01-28 13:27:46 +03:00
parent 08bfae7046
commit 1649900113

View file

@ -16,7 +16,7 @@ in {
nix.distributedBuilds = true;
nix.buildMachines = [
{
hostname = "ymir";
hostName = "ymir";
systems = [ "x86_64-linux" "aarch64-linux" ];
supportedFeatures = ["nixos-test" "benchmark" "big-parallel" "kvm"];
sshKey = "/home/osbm/.ssh/id_ed25519";