Infini-FRAMEWORK: add Infini-DESKTOP as remote builder

This commit is contained in:
Infinidoge 2024-02-04 06:33:54 -05:00
parent bdf75c820f
commit 99969f1b8a
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A

View file

@ -84,4 +84,14 @@
serviceConfig.Type = "oneshot";
script = "${lib.getExe pkgs.acpilight} -set 50";
};
nix.buildMachines = [{
hostName = "infini-desktop";
system = "x86_64-linux";
supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];
protocol = "ssh-ng";
maxJobs = 16;
speedFactor = 8;
sshUser = "remotebuild";
}];
}