diff --git a/modules/packages.nix b/modules/packages.nix index 3c2ed0f..cd09628 100644 --- a/modules/packages.nix +++ b/modules/packages.nix @@ -55,6 +55,11 @@ in { ]; binaryCaches = [ "https://cache.nixos.org" "https://cache.balsoft.ru" ]; + registry.nixpkgs = { + from = { id = "nixpkgs"; type = "indirect"; }; + flake = inputs.nixpkgs; + }; + trustedUsers = [ "root" "balsoft" "@wheel" ]; nrBuildUsers = 16;