mirror of
https://github.com/kmein/niveum
synced 2026-03-19 19:41:08 +01:00
fix(wilde): only have 2 nix jobs as more will fill up RAM
This commit is contained in:
@@ -31,6 +31,8 @@
|
|||||||
|
|
||||||
virtualisation.docker.enable = lib.mkForce false;
|
virtualisation.docker.enable = lib.mkForce false;
|
||||||
|
|
||||||
|
nix.maxJobs = 2;
|
||||||
|
|
||||||
environment.systemPackages = [ pkgs.unstable.minecraft ];
|
environment.systemPackages = [ pkgs.unstable.minecraft ];
|
||||||
|
|
||||||
boot.loader.systemd-boot = {
|
boot.loader.systemd-boot = {
|
||||||
|
|||||||
Reference in New Issue
Block a user