From 796ac4cdda47a832283367b5dcf8b2fc68316746 Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Fri, 10 May 2024 14:04:02 -0400 Subject: [PATCH] no 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 d062da3..2b68ef7 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 = {