dont build on lpt2
Some checks failed
build / build (muede-lpt2) (push) Has been cancelled
build / build (muede-pc2) (push) Has been cancelled
build / close-on-failure (push) Has been cancelled

This commit is contained in:
müde 2026-09-13 15:45:38 +02:00
commit b03a61ba1b
2 changed files with 3 additions and 2 deletions

View file

@ -45,7 +45,7 @@ in
inherit (self.homeConfigurations) muede; inherit (self.homeConfigurations) muede;
}; };
distributedBuilds = { distributedBuilds = {
isBuilder = true; isBuilder = false; # broken fan
speedFactor = 14; speedFactor = 14;
hostPublicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHGKoZ68wwyVRmPB0SkvpJUyUMDWeFbC5Je9zukyEOh7"; hostPublicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHGKoZ68wwyVRmPB0SkvpJUyUMDWeFbC5Je9zukyEOh7";
clientPublicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKAbojdhb3PfazSRmudvo381Y+zUFVLMa7AbWbfK/Zp2 muede-lpt2-nix-builds"; clientPublicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKAbojdhb3PfazSRmudvo381Y+zUFVLMa7AbWbfK/Zp2 muede-lpt2-nix-builds";

View file

@ -11,7 +11,8 @@
name = "pc2"; name = "pc2";
url = "https://forge.darkest.space"; url = "https://forge.darkest.space";
# tokenFile should be in format TOKEN=<secret>, since it's EnvironmentFile for systemd # tokenFile should be in format TOKEN=<secret>, since it's EnvironmentFile for systemd
# placed manually, not managed by Nix # placed manually, not managed by Nix.
# legacy "registration token", not the newer UUID+token flow
tokenFile = "/etc/forgejo-runner/registration_token"; tokenFile = "/etc/forgejo-runner/registration_token";
# no docker:// image -> jobs run directly on the host, giving them # no docker:// image -> jobs run directly on the host, giving them
# pc2's real Nix store/daemon (needed for `nix build` results to be # pc2's real Nix store/daemon (needed for `nix build` results to be