diff options
author | Ben Sima <ben@bsima.me> | 2020-07-10 22:15:16 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-07-10 22:15:16 -0700 |
commit | 56990a680ab94110c27695bc737ae51b954b993c (patch) | |
tree | 3026c22effea68f5ddf8f77b3daa5e5f8cd670fc /Biz/Dev | |
parent | a7f603d83933e2be1d0e999888f013207c2d901c (diff) |
dev: add trusted users for remote builds
Diffstat (limited to 'Biz/Dev')
-rw-r--r-- | Biz/Dev/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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 |