diff --git a/roles/default.nix b/roles/default.nix index df23484..34412dc 100644 --- a/roles/default.nix +++ b/roles/default.nix @@ -51,16 +51,16 @@ with lib; nix = { package = pkgs.nix; - distributedBuilds = true; - buildMachines = [{ - hostName = "z790prors.oglehome"; - system = "x86_64-linux"; - protocol = "ssh-ng"; - sshUser = "johno"; - sshKey = "/root/.ssh/id_ed25519"; - maxJobs = 3; - speedFactor = 2; - }]; + # distributedBuilds = true; + # buildMachines = [{ + # hostName = "z790prors.oglehome"; + # system = "x86_64-linux"; + # protocol = "ssh-ng"; + # sshUser = "johno"; + # sshKey = "/root/.ssh/id_ed25519"; + # maxJobs = 3; + # speedFactor = 2; + # }]; settings = { experimental-features = [ "nix-command" "flakes" ]; max-jobs = "auto";