From 56990a680ab94110c27695bc737ae51b954b993c Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Fri, 10 Jul 2020 22:15:16 -0700 Subject: dev: add trusted users for remote builds --- Biz/Dev/configuration.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'Biz') diff --git a/Biz/Dev/configuration.nix b/Biz/Dev/configuration.nix index 401615a..6664163 100644 --- a/Biz/Dev/configuration.nix +++ b/Biz/Dev/configuration.nix @@ -202,6 +202,7 @@ in { keep-outputs = true keep-derivations = true ''; + trustedUsers = [ "root" "ben" ]; }; # This value determines the NixOS release with which your system is to be -- cgit v1.2.3