mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11: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;
|
||||
|
||||
nix.maxJobs = 2;
|
||||
|
||||
environment.systemPackages = [ pkgs.unstable.minecraft ];
|
||||
|
||||
boot.loader.systemd-boot = {
|
||||
|
||||
Reference in New Issue
Block a user