commit 4270f34176c60e5e47175a360437b59b14af5dfa parent 9cee912b50ffce1967e7b01bc4ed5040275dbdf1 Author: mtmn <miro@haravara.org> Date: Tue, 7 Apr 2026 10:21:00 +0200 fix: do not use build machines for now Diffstat:
| M | home.nix | | | 11 | ----------- |
1 file changed, 0 insertions(+), 11 deletions(-)
diff --git a/home.nix b/home.nix @@ -31,17 +31,6 @@ nix = { package = pkgs.nix; - distributedBuilds = true; - buildMachines = [ - { - protocol = "ssh-ng"; - hostName = "root@49.13.138.200:468"; - systems = ["x86_64-linux"]; - maxJobs = 1; - speedFactor = 1; - supportedFeatures = ["big-parallel"]; - } - ]; settings = { auto-optimise-store = true; warn-dirty = false;