Add test Hercules CI config
This commit is contained in:
parent
9a9e58bc1a
commit
17d2b9e158
@ -137,6 +137,13 @@
|
|||||||
homeConfigurations = mapAttrs (_: s: s.configuration) nixfiles.config.home-manager.homes;
|
homeConfigurations = mapAttrs (_: s: s.configuration) nixfiles.config.home-manager.homes;
|
||||||
|
|
||||||
deploy = nixfiles.config.deploy-rs.rendered;
|
deploy = nixfiles.config.deploy-rs.rendered;
|
||||||
|
herculesCI = {
|
||||||
|
onPush = {
|
||||||
|
default.outputs = {
|
||||||
|
installer = nixfiles.config.nixos.systems.installer.configuration.config.my.buildAs.iso;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
} //
|
} //
|
||||||
(eachDefaultSystem (system:
|
(eachDefaultSystem (system:
|
||||||
let
|
let
|
||||||
|
BIN
secrets/hercules-cluster-join-token.key.age
Normal file
BIN
secrets/hercules-cluster-join-token.key.age
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user