This commit is contained in:
Tao Tien 2026-01-03 23:45:03 -08:00
parent dd26d91858
commit 3d2121382a
3 changed files with 10 additions and 16 deletions

View file

@ -56,6 +56,9 @@
powerManagement.cpuFreqGovernor = "powersave";
systemd.sleep.extraConfig = "HibernateDelaySec=360m";
nix.settings = {
connect-timeout = 5;
};
nix.buildMachines = [
{
hostName = "nocomputer";
@ -68,17 +71,6 @@
"nixos-test"
];
}
# {
# hostName = "localhost";
# systems = ["x86_64-linux" "i686-linux"];
# supportedFeatures = [
# "benchmark"
# "big-parallel"
# "gccarch-znver4"
# "kvm"
# "nixos-test"
# ];
# }
];
nix.extraOptions = ''
builders-use-substitutes = true