From ffd1ac27a341de0da4bf63a5da1320ee6d132ae0 Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Sat, 3 Aug 2024 00:23:38 +0300 Subject: 2024-08-03 --- configurations/ilmare/default.nix | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'configurations/ilmare') diff --git a/configurations/ilmare/default.nix b/configurations/ilmare/default.nix index 1e9f5ff..a1b5007 100644 --- a/configurations/ilmare/default.nix +++ b/configurations/ilmare/default.nix @@ -123,4 +123,28 @@ _: { enable = true; memoryPercent = 100; }; + + nix = { + buildMachines = [ + { + hostName = "eonwe.shire.net"; + + protocol = "ssh-ng"; + sshUser = "builder"; + sshKey = "/root/.ssh/id_ed25519"; + + system = "x86_64-linux"; + supportedFeatures = [ + "nixos-test" + "benchmark" + "big-parallel" + "kvm" + ]; + } + ]; + + distributedBuilds = true; + + settings.builders-use-substitutes = true; + }; } -- cgit v1.2.3