WIP: add meta to packages and create nix-support/private file for unfree packages #20

Draft
abonerib wants to merge 481 commits from abonerib/bscpkgs:add-meta into master
Showing only changes of commit ba60e121df - Show all commits

View File

@ -160,6 +160,10 @@
} }
]; ];
} }
{
job_name = "gitea";
static_configs = [{ targets = [ "127.0.0.1:3000" ]; }];
}
{ {
# Scrape the IPMI info of the hosts remotely via LAN # Scrape the IPMI info of the hosts remotely via LAN
job_name = "ipmi-lan"; job_name = "ipmi-lan";