From 3b29bc4c803669fae11c8d343473a956c580ed04 Mon Sep 17 00:00:00 2001 From: Emmet Date: Fri, 9 Aug 2024 17:49:40 -0500 Subject: [PATCH] wheel is trusted --- profiles/work/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/profiles/work/configuration.nix b/profiles/work/configuration.nix index d6b61eb..0cba690 100644 --- a/profiles/work/configuration.nix +++ b/profiles/work/configuration.nix @@ -39,6 +39,9 @@ experimental-features = nix-command flakes ''; + # wheel group gets trusted access to nix daemon + nix.settings.trusted-users = [ "@wheel" ]; + # I'm sorry Stallman-taichou nixpkgs.config.allowUnfree = true;