Declarative jobset fix

This commit is contained in:
Vili Sinervä 2025-06-12 00:22:47 +03:00
parent d3b8b04307
commit bdedb43d76
Signed by: Vili Sinervä
SSH key fingerprint: SHA256:FladqYjaE4scJY3Hi+gnShZ6ygnTJgixy0I6BAoHyos
2 changed files with 4 additions and 6 deletions

View file

@ -75,10 +75,8 @@
) aarch64-linux-hosts
)
);
hydraJobs = {
inherit (self.nixosConfigurations)
x86_64-hosts
;
};
hydraJobs.hosts = builtins.mapAttrs (
_: host: host.config.system.build.toplevel
) self.nixosConfigurations;
};
}

View file

@ -5,7 +5,7 @@
"description": "NixOS Systems",
"type": 1,
"flake": "git+https://forgejo.sinerva.eu/VSinerva/nixos-conf.git",
"checkinterval": 300,
"checkinterval": 60,
"schedulingshares": 100,
"enableemail": false,
"enable_dynamic_run_command": false,