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; };