From 1bb2f2796d3a35d1b13c0dc0144da3f0ec310b00 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Thu, 2 Apr 2020 14:31:41 +0200 Subject: machines/katara: add wheel users to nix.trustedUsers If you are whell, you might as well change builders. --- machines/profpatsch/shiki.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'machines') 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 { -- cgit 1.4.1