pr: remove 238971 fix

This commit is contained in:
Aaron Bieber 2023-09-01 06:47:44 -06:00
parent acebefe56f
commit cad7d6e2a2
No known key found for this signature in database
2 changed files with 0 additions and 30 deletions

View File

@ -87,14 +87,6 @@ in
systemd.services = lib.listToAttrs (builtins.map xinlib.jobToService jobs);
services.cron = prIsOpen.option 238971 {
enable = true;
systemCronJobs = [
"0 0 * * * systemctl start xin-ci-update"
"30 * * * * systemctl start xin-ci"
];
};
services = {
tsrevprox = {
enable = true;

View File

@ -1,22 +0,0 @@
{
"branches": [
"nixos-23.05",
"nixos-23.05-small",
"nixpkgs-23.05-darwin",
"release-23.05",
"staging-23.05",
"staging-next-23.05"
],
"error": "",
"pull_request": 238971,
"release": "stable",
"status": "complete",
"status_info": {
"nixos-23.05": true,
"nixos-23.05-small": true,
"release-23.05": true,
"staging-23.05": true,
"staging-next-23.05": true
},
"title": "systemd: fix services not stopping"
}