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 = [ 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;