diff --git a/src/system/machines/desktop/system.nix b/src/system/machines/desktop/system.nix index 185c120..b421202 100644 --- a/src/system/machines/desktop/system.nix +++ b/src/system/machines/desktop/system.nix @@ -18,6 +18,8 @@ settings = { auto-optimise-store = true; trusted-users = [ "${config.user.name}" ]; + substitute = false; + max-jobs = "auto"; }; gc = { automatic = true;