From d8960d44ccb585ba149ecd1c3101f89ff6e4ed31 Mon Sep 17 00:00:00 2001 From: sils Date: Fri, 4 Aug 2023 13:20:41 +0200 Subject: Feat(s/nix): Enable remote builds on server1.vhack.eu --- sys/nix/default.nix | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'sys/nix/default.nix') diff --git a/sys/nix/default.nix b/sys/nix/default.nix index 8893a28..8a86529 100644 --- a/sys/nix/default.nix +++ b/sys/nix/default.nix @@ -1,6 +1,15 @@ {...}: { nix = { channel.enable = false; + distributedBuilds = true; + buildMachines = [ + { + hostName = "server1.vhack.eu"; + protocol = "ssh-ng"; + system = "x86_64-linux"; + supportedFeatures = ["big-parallel"]; + } + ]; gc = { automatic = true; dates = "daily"; -- cgit 1.4.1