From 9c2bf2a8980f0fe01641ca2d735e7f3c031ca06e Mon Sep 17 00:00:00 2001 From: Bun Date: Thu, 5 Jun 2025 11:10:09 -0400 Subject: [PATCH] Remove wheel from trustedusers, since root now handles remote builds --- modules/system/settings/nix/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/system/settings/nix/default.nix b/modules/system/settings/nix/default.nix index e4c2e5c2..4ad71315 100644 --- a/modules/system/settings/nix/default.nix +++ b/modules/system/settings/nix/default.nix @@ -14,7 +14,6 @@ "flakes" ]; auto-optimise-store = true; - trusted-users = [ "@wheel" ]; }; };