modules/nixos/buildbot: add title, titleUrl
This commit is contained in:
parent
3fcc43ead8
commit
2807311e86
1 changed files with 5 additions and 0 deletions
|
@ -57,6 +57,11 @@
|
|||
};
|
||||
};
|
||||
|
||||
services.buildbot-master = {
|
||||
title = "Nix Community";
|
||||
titleUrl = "https://nix-community.org/";
|
||||
};
|
||||
|
||||
sops.secrets.buildbot-nix-worker-password = { };
|
||||
|
||||
services.buildbot-nix.worker = {
|
||||
|
|
Loading…
Add table
Reference in a new issue