From 0b5a269fe4049c300cf761918b7f7ed635b8ff17 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Wed, 17 Apr 2024 01:31:45 -0400 Subject: [PATCH] fix ssh-ng bug with hydra Signed-off-by: ahuston-0 --- systems/palatine-hill/configuration.nix | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/systems/palatine-hill/configuration.nix b/systems/palatine-hill/configuration.nix index ccaa9dc..857ae26 100644 --- a/systems/palatine-hill/configuration.nix +++ b/systems/palatine-hill/configuration.nix @@ -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; };