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