Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6ca5fcbf0d | |||
| 34f29c0bdd | |||
| 0a38ba8859 | |||
| 9c3b3f5a45 |
@@ -148,7 +148,7 @@
|
|||||||
systems = [
|
systems = [
|
||||||
"x86_64-linux"
|
"x86_64-linux"
|
||||||
# disable arm for now as hydra isn't set up for it
|
# disable arm for now as hydra isn't set up for it
|
||||||
# "aarch64-linuxa
|
"aarch64-linux"
|
||||||
];
|
];
|
||||||
|
|
||||||
forEachSystem = lib.genAttrs systems;
|
forEachSystem = lib.genAttrs systems;
|
||||||
|
|||||||
@@ -18,12 +18,13 @@ in
|
|||||||
allowed-uris = github: gitlab: git+https:// git+ssh:// https://
|
allowed-uris = github: gitlab: git+https:// git+ssh:// https://
|
||||||
builders-use-substitutes = true
|
builders-use-substitutes = true
|
||||||
'';
|
'';
|
||||||
|
distributedBuilds = true;
|
||||||
|
|
||||||
buildMachines = [
|
buildMachines = [
|
||||||
{
|
{
|
||||||
hostName = "localhost";
|
hostName = "localhost";
|
||||||
maxJobs = 2;
|
maxJobs = 2;
|
||||||
protocol = "ssh-ng";
|
protocol = null;
|
||||||
speedFactor = 2;
|
speedFactor = 2;
|
||||||
systems = [
|
systems = [
|
||||||
"x86_64-linux"
|
"x86_64-linux"
|
||||||
@@ -55,7 +56,6 @@ in
|
|||||||
notificationSender = "hydra@alicehuston.xyz";
|
notificationSender = "hydra@alicehuston.xyz";
|
||||||
gcRootsDir = "/ZFS/ZFS-primary/hydra";
|
gcRootsDir = "/ZFS/ZFS-primary/hydra";
|
||||||
useSubstitutes = true;
|
useSubstitutes = true;
|
||||||
buildMachinesFiles = [ ];
|
|
||||||
minimumDiskFree = 50;
|
minimumDiskFree = 50;
|
||||||
minimumDiskFreeEvaluator = 100;
|
minimumDiskFreeEvaluator = 100;
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user