From bd1a250b1f43657b907fa088284b37084cf38e21 Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Sat, 8 Jun 2024 12:27:43 +0200 Subject: [PATCH] chore: disable jobserver Signed-off-by: Raito Bezarius --- modules/nix-daemon.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/nix-daemon.nix b/modules/nix-daemon.nix index 7d8825e..59e7ac5 100644 --- a/modules/nix-daemon.nix +++ b/modules/nix-daemon.nix @@ -31,7 +31,8 @@ in ]; # Makes the computer go faster. - nixos.jobserver.enable = true; + # nixos.jobserver.enable = true; + # TODO(raito): rework this. # Avoid weird failures for builders. services.openssh.settings.MaxStartups = 100;