1
0
Fork 0

adsb-antenna: Only use 2 cores

This commit is contained in:
Daniel Kempkens 2022-08-18 13:26:12 +02:00
parent 9799cea989
commit b9cb371d04
2 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,7 @@ in
home-manager.darwinModules.home-manager
{
nixpkgs = nixpkgsConfig;
nix.nixPath = { nixpkgs = "${nixpkgs}"; };
nix.nixPath = [ "nixpkgs=${nixpkgs}" ];
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.users.daniel = import ../../home/hosts/Styx.nix;

View file

@ -37,7 +37,7 @@ in
secret.nix-cache.nifoc.publicKeyValue
];
cores = 3;
cores = 2;
max-jobs = 1;
};