From 3ae7ab21bc24217d8f0521714be50625fdd106b9 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Thu, 22 Apr 2021 20:50:35 +0200 Subject: [PATCH] base: nix: add wheel group to trusted users --- base/nix.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/base/nix.nix b/base/nix.nix index 8edfa63..5578252 100644 --- a/base/nix.nix +++ b/base/nix.nix @@ -8,6 +8,8 @@ experimental-features = nix-command flakes ''; + trustedUsers = [ "@wheel" ]; + binaryCaches = [ "https://alarsyo.cachix.org" "https://nix-community.cachix.org"