Declarative jobset fix
This commit is contained in:
parent
d3b8b04307
commit
bdedb43d76
2 changed files with 4 additions and 6 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue