From a57124d3cb7a3ae144aa636bb56bc94dcbcd7580 Mon Sep 17 00:00:00 2001 From: winston Date: Wed, 11 Sep 2024 08:56:34 +0200 Subject: [PATCH] fix: add wheel group to trusted users --- config/nix.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/config/nix.nix b/config/nix.nix index 997ddc7..a9c78e2 100644 --- a/config/nix.nix +++ b/config/nix.nix @@ -6,6 +6,7 @@ // { auto-optimise-store = true; experimental-features = ["nix-command" "flakes"]; + trusted-users = ["@wheel" "winston"]; }; }; }