From 3ddb12d5df3e85633972b0a41e0c902d6600915a Mon Sep 17 00:00:00 2001 From: Adithya Nair Date: Thu, 29 Feb 2024 15:29:28 +0530 Subject: [PATCH] trust the wheel --- common/nix.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/common/nix.nix b/common/nix.nix index 11f356b..6a671c2 100644 --- a/common/nix.nix +++ b/common/nix.nix @@ -18,6 +18,7 @@ trusted-public-keys = [ "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" ]; + trusted-users = [ "@wheel" ]; use-cgroups = true; }; };