modules/nixos/buildbot: add title, titleUrl

This commit is contained in:
zowoq 2024-09-28 15:59:30 +10:00
parent 3fcc43ead8
commit 2807311e86

View file

@ -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 = {