From ace3811a0be0464687b232537714156fb7f0199d Mon Sep 17 00:00:00 2001 From: Updater Date: Wed, 20 Dec 2023 03:47:22 -0500 Subject: [PATCH] feat(nix): allow remote building --- common/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/default.nix b/common/default.nix index 024384b8..d1b9173f 100644 --- a/common/default.nix +++ b/common/default.nix @@ -32,6 +32,9 @@ keep-derivations = true; auto-optimise-store = true; warn-dirty = false; + + # remote building + trusted-users = ["matt"]; }; };