Add root users to trusted nix users.

This commit is contained in:
Bun 2025-03-13 21:54:39 -04:00
parent 8b8f409683
commit 9d88472a38

View file

@ -13,6 +13,7 @@
"flakes"
];
auto-optimise-store = true;
trusted-users = [ "@wheel" ];
};
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) config.nixpkgs.allowUnfreePackages;