From a215f45cc6ffa146f0df024d78f4dfcef2b6fbf3 Mon Sep 17 00:00:00 2001 From: uttarayan21 Date: Thu, 2 Jan 2025 18:58:48 +0530 Subject: [PATCH] feat: Re-enable nixos remote builder --- nixos/deoxys/configuration.nix | 14 +++++++------- nixos/ryu/configuration.nix | 14 +++++++------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/nixos/deoxys/configuration.nix b/nixos/deoxys/configuration.nix index 6407cb5f..68ad6ea7 100644 --- a/nixos/deoxys/configuration.nix +++ b/nixos/deoxys/configuration.nix @@ -34,13 +34,13 @@ }; package = pkgs.nixVersions.latest; buildMachines = [ - # { - # hostName = "sh.darksailor.dev"; - # sshUser = "fs0c131y"; - # system = "x86_64-linux"; - # protocol = "ssh-ng"; - # supportedFeatures = ["nixos-test" "benchmark" "big-parallel" "kvm"]; - # } + { + hostName = "sh.darksailor.dev"; + sshUser = "fs0c131y"; + system = "x86_64-linux"; + protocol = "ssh-ng"; + supportedFeatures = ["nixos-test" "benchmark" "big-parallel" "kvm"]; + } ]; distributedBuilds = true; }; diff --git a/nixos/ryu/configuration.nix b/nixos/ryu/configuration.nix index a4964283..df0c625c 100644 --- a/nixos/ryu/configuration.nix +++ b/nixos/ryu/configuration.nix @@ -62,13 +62,13 @@ }; package = pkgs.nixVersions.latest; buildMachines = [ - # { - # hostName = "sh.darksailor.dev"; - # sshUser = "fs0c131y"; - # system = "x86_64-linux"; - # protocol = "ssh-ng"; - # supportedFeatures = ["nixos-test" "benchmark" "big-parallel" "kvm"]; - # } + { + hostName = "sh.darksailor.dev"; + sshUser = "fs0c131y"; + system = "x86_64-linux"; + protocol = "ssh-ng"; + supportedFeatures = ["nixos-test" "benchmark" "big-parallel" "kvm"]; + } ]; distributedBuilds = true; };