use remote build machine more often
This commit is contained in:
parent
b9163e7908
commit
674829ffc3
2 changed files with 5 additions and 2 deletions
|
@ -26,6 +26,7 @@ in
|
||||||
boot.supportedFilesystems = [ "ntfs" ];
|
boot.supportedFilesystems = [ "ntfs" ];
|
||||||
|
|
||||||
nix.settings = {
|
nix.settings = {
|
||||||
|
max-jobs = "auto";
|
||||||
# Fallback quickly if substituters are not available.
|
# Fallback quickly if substituters are not available.
|
||||||
connect-timeout = 5;
|
connect-timeout = 5;
|
||||||
download-attempts = 3;
|
download-attempts = 3;
|
||||||
|
@ -81,6 +82,7 @@ in
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
protocol = "ssh-ng";
|
protocol = "ssh-ng";
|
||||||
maxJobs = 32;
|
maxJobs = 32;
|
||||||
|
speedFactor = 2;
|
||||||
supportedFeatures = [
|
supportedFeatures = [
|
||||||
"nixos-test"
|
"nixos-test"
|
||||||
"benchmark"
|
"benchmark"
|
||||||
|
|
|
@ -14,8 +14,9 @@
|
||||||
mods = {
|
mods = {
|
||||||
boot_grub.enable = true;
|
boot_grub.enable = true;
|
||||||
shell_common.enable = true;
|
shell_common.enable = true;
|
||||||
de_gnome_xorg.enable = true;
|
# de_gnome_xorg.enable = true;
|
||||||
audio.enable = true;
|
# audio.enable = true;
|
||||||
|
de_cosmic.enable = true;
|
||||||
neovim.enable = true;
|
neovim.enable = true;
|
||||||
tty_caps_esc.enable = true;
|
tty_caps_esc.enable = true;
|
||||||
docker.enable = true;
|
docker.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue