From 6fa1c975d2e7ff5d92bec5c7cac5a5c8faebb775 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 6 Jun 2021 16:50:51 +0200 Subject: nix@*: allow all --- system-profiles/core.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system-profiles/core.nix') diff --git a/system-profiles/core.nix b/system-profiles/core.nix index 49869e60..158757d1 100644 --- a/system-profiles/core.nix +++ b/system-profiles/core.nix @@ -44,7 +44,7 @@ in { nix = { package = pkgs.nixUnstable; useSandbox = true; - allowedUsers = [ "@wheel" ]; + allowedUsers = [ "*" ]; trustedUsers = [ "root" "@wheel" ]; extraOptions = '' experimental-features = nix-command flakes ca-references -- cgit v1.2.3