about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2020-04-02 14:31:41 +0200
committerProfpatsch <mail@profpatsch.de>2020-04-02 14:35:49 +0200
commit1bb2f2796d3a35d1b13c0dc0144da3f0ec310b00 (patch)
tree1250a4181a1f18fed5ea76a5f474bce419c9c8a7 /machines
parent8134644b8047567ff5ccf8e01ccdb81a4e76f086 (diff)
machines/katara: add wheel users to nix.trustedUsers
If you are whell, you might as well change builders.
Diffstat (limited to 'machines')
-rw-r--r--machines/profpatsch/shiki.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/machines/profpatsch/shiki.nix b/machines/profpatsch/shiki.nix
index 2164f1b4..5c41ab75 100644
--- a/machines/profpatsch/shiki.nix
+++ b/machines/profpatsch/shiki.nix
@@ -81,6 +81,7 @@ in {
     ];
 
     nix.distributedBuilds = true;
+    nix.trustedUsers = [ "@wheel" ];
     nix.buildMachines = [
       # access to the nix-community aarch64 build box
       {