hydra: update eval frequency

This commit is contained in:
Christoph Hollizeck 2025-05-02 08:02:04 +02:00
parent c7adfbb0ad
commit 9d3cd343dc
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,6 @@
on:
schedule:
- cron: 0 3 * * *
- cron: 0 */4 * * *
jobs:
UpdateFlake:

View file

@ -164,6 +164,7 @@
hydraJobs = {
hosts = lib.mapAttrs (_: cfg: cfg.config.system.build.toplevel) self.outputs.nixosConfigurations;
packages = self.packages;
};
};
}