Formatting

This commit is contained in:
iFargle 2023-10-06 19:42:26 +09:00
parent cb0ff1f919
commit 33606543ee

View file

@ -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;