1
0
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:
2020-10-28 11:37:06 +01:00
parent 3508575ebe
commit fd8f5d3a5c

View File

@@ -31,6 +31,8 @@
virtualisation.docker.enable = lib.mkForce false;
nix.maxJobs = 2;
environment.systemPackages = [ pkgs.unstable.minecraft ];
boot.loader.systemd-boot = {