From b03a61ba1b7a6f32892ffef83901539d88491ff1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?m=C3=BCde?= Date: Sun, 13 Sep 2026 15:45:38 +0200 Subject: [PATCH] dont build on lpt2 --- devices.nix | 2 +- nixosConfigurations/muede-pc2/gitea-runner.nix | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/devices.nix b/devices.nix index fc47287..f9bb8c8 100644 --- a/devices.nix +++ b/devices.nix @@ -45,7 +45,7 @@ in inherit (self.homeConfigurations) muede; }; distributedBuilds = { - isBuilder = true; + isBuilder = false; # broken fan speedFactor = 14; hostPublicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHGKoZ68wwyVRmPB0SkvpJUyUMDWeFbC5Je9zukyEOh7"; clientPublicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKAbojdhb3PfazSRmudvo381Y+zUFVLMa7AbWbfK/Zp2 muede-lpt2-nix-builds"; diff --git a/nixosConfigurations/muede-pc2/gitea-runner.nix b/nixosConfigurations/muede-pc2/gitea-runner.nix index 74a54d4..86e9897 100644 --- a/nixosConfigurations/muede-pc2/gitea-runner.nix +++ b/nixosConfigurations/muede-pc2/gitea-runner.nix @@ -11,7 +11,8 @@ name = "pc2"; url = "https://forge.darkest.space"; # tokenFile should be in format TOKEN=, 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"; # no docker:// image -> jobs run directly on the host, giving them # pc2's real Nix store/daemon (needed for `nix build` results to be