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 = [
|
||||
{
|
||||
hostName = "nixos-vm-01";
|
||||
systems = [
|
||||
"x86_64-linux"
|
||||
"aarch64-linux"
|
||||
];
|
||||
hostName = "nixos-vm-01"; # Only availalbe on the Headscale network
|
||||
systems = [ "x86_64-linux" "aarch64-linux" ];
|
||||
protocol = "ssh-ng";
|
||||
maxJobs = 4;
|
||||
speedFactor = 2;
|
||||
|
|
Loading…
Reference in a new issue