From 2e090030bd2ddb50be9c0f82ec8a989c5690f043 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Wed, 28 Feb 2024 01:00:41 -0300 Subject: [PATCH] nix: add wheel group to trusted users --- system/nix.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/system/nix.nix b/system/nix.nix index 9af7534..f9b0a82 100644 --- a/system/nix.nix +++ b/system/nix.nix @@ -17,6 +17,7 @@ in optimise.automatic = true; settings = { auto-optimise-store = true; + trusted-users = [ "root" "@wheel" ]; substituters = [ "https://cache.nixos.org" "https://nix-community.cachix.org"