adsb-antenna: Only use 2 cores
This commit is contained in:
parent
9799cea989
commit
b9cb371d04
2 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ in
|
||||||
home-manager.darwinModules.home-manager
|
home-manager.darwinModules.home-manager
|
||||||
{
|
{
|
||||||
nixpkgs = nixpkgsConfig;
|
nixpkgs = nixpkgsConfig;
|
||||||
nix.nixPath = { nixpkgs = "${nixpkgs}"; };
|
nix.nixPath = [ "nixpkgs=${nixpkgs}" ];
|
||||||
home-manager.useGlobalPkgs = true;
|
home-manager.useGlobalPkgs = true;
|
||||||
home-manager.useUserPackages = true;
|
home-manager.useUserPackages = true;
|
||||||
home-manager.users.daniel = import ../../home/hosts/Styx.nix;
|
home-manager.users.daniel = import ../../home/hosts/Styx.nix;
|
||||||
|
|
|
@ -37,7 +37,7 @@ in
|
||||||
secret.nix-cache.nifoc.publicKeyValue
|
secret.nix-cache.nifoc.publicKeyValue
|
||||||
];
|
];
|
||||||
|
|
||||||
cores = 3;
|
cores = 2;
|
||||||
max-jobs = 1;
|
max-jobs = 1;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue