From 2d96d9b673632277ee53b3d8e0c224be140b209e Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Fri, 10 May 2024 13:35:09 -0400 Subject: [PATCH] test not source based --- src/system/machines/desktop/system.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/system/machines/desktop/system.nix b/src/system/machines/desktop/system.nix index b0be09e..5e97b31 100644 --- a/src/system/machines/desktop/system.nix +++ b/src/system/machines/desktop/system.nix @@ -21,7 +21,7 @@ settings = { auto-optimise-store = true; trusted-users = [ "${config.user.name}" ]; - substitute = false; + substitute = true; max-jobs = "auto"; }; gc = {