1
0
Fork 0

Disable stupid max-jobs setting

This commit is contained in:
Malte 2023-01-10 23:50:13 +01:00
parent dfa8d53bd6
commit 3e13e1d1ca
2 changed files with 2 additions and 1 deletions

View file

@ -105,5 +105,6 @@ in {
}
// syncthing.declarativeWith ["hera" "zeus" "pegasus"] "/home/maralorn/media";
};
systemd.services.NetworkManager-wait-online.enable = false;
system.stateVersion = "19.09";
}

View file

@ -41,5 +41,5 @@
};
};
nix.maxJobs = lib.mkDefault 8;
nix.settings.max-jobs = lib.mkDefault 8;
}