1
0
forked from c3d2/nix-config

server7: rm conflicting nix.maxJobs

This commit is contained in:
Astro 2019-12-13 19:50:43 +01:00
parent 05ce0e78d0
commit 7a80aedadc

View File

@ -50,7 +50,6 @@ in {
programs.mosh.enable = true;
nix = {
maxJobs = lib.mkDefault 10;
package = pkgs.nixFlakes;
extraOptions = "experimental-features = nix-command flakes";
gc.automatic = true;