buildbot: update

This commit is contained in:
Luj 2023-11-24 17:40:18 +01:00
parent 95cfeba3ae
commit 08bb2458cc
2 changed files with 2 additions and 2 deletions

View file

@ -156,7 +156,7 @@
machines = lib.luj.machines;
hydraJobs = {
checks = {
packages = packages;
machines = lib.mapAttrs (_: v: v.config.system.build.toplevel) self.nixosConfigurations;
};

View file

@ -24,7 +24,7 @@ in
tokenFile = config.sops.secrets.github-token.path;
webhookSecretFile = config.sops.secrets.github-webhook-secret.path;
oauthSecretFile = config.sops.secrets.github-oauth-secret.path;
oauthId = "355493f668a8e1aa10cf";
oauthId = "bba3e144501aa5b8a5dd";
user = "JulienMalka";
admins = [ "JulienMalka" ];
topic = "nix-ci";