hydra: update eval frequency

This commit is contained in:
Christoph Hollizeck 2025-05-02 08:02:04 +02:00
parent f5e1d7b3a2
commit 2aad4c0cd3
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 249300664F2AF2C7
2 changed files with 2 additions and 1 deletions

View file

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

View file

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