From 7fdd373d58137cdcddd8ba6f00ee06186affe5a5 Mon Sep 17 00:00:00 2001 From: Artem Sheremet Date: Fri, 19 Jun 2026 10:48:30 +0000 Subject: [PATCH] Remove wheel from trusted-users We don't need to use any trusted-users special privileges in daily nix work, and escalating privileges can be done via sudo --- modules/nix-settings.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/nix-settings.nix b/modules/nix-settings.nix index 10854c1..26acf14 100644 --- a/modules/nix-settings.nix +++ b/modules/nix-settings.nix @@ -10,8 +10,6 @@ "flakes" ]; - trusted-users = [ "@wheel" ]; - # RPi builds can be slow due to compiling via binfmt. download-buffer-size = 1 * 1024 * 1024 * 1024; };