Formatting
This commit is contained in:
parent
cb0ff1f919
commit
33606543ee
1 changed files with 2 additions and 5 deletions
|
@ -1,11 +1,8 @@
|
||||||
{
|
{
|
||||||
nix.buildMachines = [
|
nix.buildMachines = [
|
||||||
{
|
{
|
||||||
hostName = "nixos-vm-01";
|
hostName = "nixos-vm-01"; # Only availalbe on the Headscale network
|
||||||
systems = [
|
systems = [ "x86_64-linux" "aarch64-linux" ];
|
||||||
"x86_64-linux"
|
|
||||||
"aarch64-linux"
|
|
||||||
];
|
|
||||||
protocol = "ssh-ng";
|
protocol = "ssh-ng";
|
||||||
maxJobs = 4;
|
maxJobs = 4;
|
||||||
speedFactor = 2;
|
speedFactor = 2;
|
||||||
|
|
Loading…
Reference in a new issue