diff --git a/base/nix.nix b/base/nix.nix index 8edfa63..5578252 100644 --- a/base/nix.nix +++ b/base/nix.nix @@ -8,6 +8,8 @@ experimental-features = nix-command flakes ''; + trustedUsers = [ "@wheel" ]; + binaryCaches = [ "https://alarsyo.cachix.org" "https://nix-community.cachix.org"