From b25678084a5bafcc1b3dcd19f172159a93aa99cb Mon Sep 17 00:00:00 2001 From: Antoine Viallon Date: Thu, 10 Aug 2023 17:50:41 +0200 Subject: [PATCH] [Hardware/LukeSkywalker + Nix/Builder] move builder config to host specific "Global" config --- nix/builder.nix | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/nix/builder.nix b/nix/builder.nix index af222c6..b3e3ea2 100644 --- a/nix/builder.nix +++ b/nix/builder.nix @@ -126,25 +126,6 @@ in ) ) machineList); - aviallon.nix.builder.buildMachines = { - luke-skywalker-nixos = mkDefault { - hostName = "2a01:e0a:18e:8670:ae71:8e51:19af:91a4"; - cores = 16; - threads = 32; - x86ver = 3; - }; - elrond = mkDefault { - enable = false; - hostName = "cachan.lesviallon.fr"; - sshConfig = '' - Port 52222 - ''; - cores = 6; - threads = 6; - x86ver = 2; - }; - }; - users.users.builder = { isSystemUser = true; group = "builder";