From daa1c40a98d861dec2dc6816b22527429d04493d Mon Sep 17 00:00:00 2001 From: Nathan Date: Sun, 18 Jan 2026 18:22:25 -0600 Subject: [PATCH] fix remote build --- default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/default.nix b/default.nix index a1092b2..781ea73 100644 --- a/default.nix +++ b/default.nix @@ -48,6 +48,9 @@ }; sysconfig = { + + remoteBuildClient = true; + users = { nathan = { isSuperuser = true;