Moved hosts/common to modules. Updated CI effects.

This commit is contained in:
Nikodem Rabuliński 2023-09-17 12:08:24 +02:00
parent fb0c1a4451
commit 96fb8b568f
No known key found for this signature in database
GPG key ID: FF629AA9E08138DB
6 changed files with 17 additions and 4 deletions

View file

@ -1,9 +1,16 @@
{
defaultEffectSystem = "aarch64-linux";
hercules-ci = {
flake-update = {
enable = true;
when.dayOfWeek = null;
when.dayOfWeek = "Mon";
};
};
herculesCI = {
onPush = {
default.enable = true;
};
};
}