chore(nixos): limit parallel jobs and set cores in config files
Some checks failed
Flake checker / Build Nix targets (push) Failing after 58s

This commit is contained in:
uttarayan21
2025-10-06 02:03:40 +05:30
parent df932741ef
commit 451783d5c4
3 changed files with 5 additions and 1 deletions

View File

@@ -20,7 +20,7 @@ home:
nix --extra-experimental-features "nix-command flakes" run home-manager/master -- switch --flake .#mirai -b backup
nixos:
sudo nixos-rebuild switch --flake .
sudo nixos-rebuild switch --flake . -j 1
deck:
nix run home-manager/master -- switch --flake .#deck