From b032c67ecdb92dc27c8bd2379d1c8a85911eec81 Mon Sep 17 00:00:00 2001 From: ChaotiCryptidz Date: Wed, 9 Mar 2022 19:40:36 +0000 Subject: [PATCH] nix nosetitngs --- profiles/base-darwin/nix.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/profiles/base-darwin/nix.nix b/profiles/base-darwin/nix.nix index 44e5e7b..7c2e20f 100644 --- a/profiles/base-darwin/nix.nix +++ b/profiles/base-darwin/nix.nix @@ -5,7 +5,6 @@ (lib.versionAtLeast config.nix.package.version "2.4") '' experimental-features = nix-command flakes ''; - settings.trusted-users = [ "root" "@wheel" ]; }; nixpkgs = { config = { allowUnfree = true; };