chore(nixos): limit parallel jobs and set cores in config files
Some checks failed
Flake checker / Build Nix targets (push) Failing after 58s
Some checks failed
Flake checker / Build Nix targets (push) Failing after 58s
This commit is contained in:
2
Makefile
2
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user