New structure since I kept struggling with the home-manager implemnentation
This commit is contained in:
+3
-2
@@ -335,8 +335,9 @@ in
|
|||||||
nix.settings = {
|
nix.settings = {
|
||||||
experimental-features = [ "nix-command" "flakes" ];
|
experimental-features = [ "nix-command" "flakes" ];
|
||||||
download-buffer-size = 536870912; # 512 MB
|
download-buffer-size = 536870912; # 512 MB
|
||||||
cores = 2;
|
cores = 2;
|
||||||
max-jobs = 1;
|
max-jobs = 1;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|||||||
@@ -13,7 +13,8 @@ in
|
|||||||
nix.settings = {
|
nix.settings = {
|
||||||
experimental-features = [ "nix-command" "flakes" ];
|
experimental-features = [ "nix-command" "flakes" ];
|
||||||
download-buffer-size = 536870912; # 512 MB
|
download-buffer-size = 536870912; # 512 MB
|
||||||
cores = 2;
|
cores = 2;
|
||||||
max-jobs = 1;
|
max-jobs = 1;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user