From c2e759b19cb88d1952ef220ec5ba12ac466c8d97 Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Thu, 27 Mar 2025 20:56:49 +0800 Subject: [PATCH] fix: add wheel to trusted users --- configs/nix-config.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configs/nix-config.nix b/configs/nix-config.nix index ff9939f..5eda29f 100644 --- a/configs/nix-config.nix +++ b/configs/nix-config.nix @@ -10,6 +10,10 @@ "pipe-operators" ]; + trusted-users = [ + "@wheel" + ]; + # Add binary caches to avoid having to compile them substituters = [ "https://hyprland.cachix.org"