fix ssh-ng bug with hydra
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
parent
2e1fd5319a
commit
0b5a269fe4
@ -1,4 +1,9 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
let
|
||||
keygen = key: {
|
||||
"${key}" = {
|
||||
@ -54,6 +59,7 @@ in
|
||||
systems = [
|
||||
"x86_64-linux"
|
||||
"aarch64-linux"
|
||||
"i686-linux"
|
||||
];
|
||||
|
||||
supportedFeatures = [
|
||||
@ -64,7 +70,6 @@ in
|
||||
];
|
||||
}
|
||||
];
|
||||
distributedBuilds = true;
|
||||
};
|
||||
|
||||
hardware = {
|
||||
@ -160,6 +165,7 @@ in
|
||||
notificationSender = "hydra@alicehuston.xyz";
|
||||
gcRootsDir = "/ZFS/ZFS-primary/hydra";
|
||||
useSubstitutes = true;
|
||||
buildMachinesFiles = [ ];
|
||||
minimumDiskFree = 50;
|
||||
minimumDiskFreeEvaluator = 100;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user