cluster/services/hercules-ci-multi-agent: add hyprspace org
This commit is contained in:
parent
ef7522b80d
commit
c4ee4559f6
5 changed files with 30 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
||||||
private-void = [ "VEGAS" "prophet" ];
|
private-void = [ "VEGAS" "prophet" ];
|
||||||
nixpak = [ "VEGAS" "prophet" ];
|
nixpak = [ "VEGAS" "prophet" ];
|
||||||
max = [ "VEGAS" "prophet" ];
|
max = [ "VEGAS" "prophet" ];
|
||||||
|
hyprspace = [ "VEGAS" "prophet" ];
|
||||||
};
|
};
|
||||||
nixos = {
|
nixos = {
|
||||||
private-void = [
|
private-void = [
|
||||||
|
@ -20,6 +21,10 @@
|
||||||
./common.nix
|
./common.nix
|
||||||
./orgs/max.nix
|
./orgs/max.nix
|
||||||
];
|
];
|
||||||
|
hyprspace = [
|
||||||
|
./common.nix
|
||||||
|
./orgs/hyprspace.nix
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
garage = let
|
garage = let
|
||||||
|
|
12
cluster/services/hercules-ci-multi-agent/orgs/hyprspace.nix
Normal file
12
cluster/services/hercules-ci-multi-agent/orgs/hyprspace.nix
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
{ config, lib, depot, pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
services.hercules-ci-agents.hyprspace = {
|
||||||
|
enable = true;
|
||||||
|
package = depot.inputs.hercules-ci-agent.packages.hercules-ci-agent;
|
||||||
|
settings = {
|
||||||
|
clusterJoinTokenPath = config.age.secrets.hci-token-hyprspace.path;
|
||||||
|
binaryCachesPath = config.age.secrets.hci-cache-config-hyprspace.path;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
Binary file not shown.
|
@ -0,0 +1,11 @@
|
||||||
|
age-encryption.org/v1
|
||||||
|
-> ssh-ed25519 NO562A eB0Rkoz721eI1UlyAhHWIrBnTEFoh6z3UL24EljaNzA
|
||||||
|
dNsoal+y68XM4HXRyg1PUmrWilW1n3h78TmTcqHFEjc
|
||||||
|
-> ssh-ed25519 5/zT0w SF16JelBZe0vZtzNEHiEfprJOqzoyxhTH3ldQdbo5wE
|
||||||
|
95wJNWQEGqHj4Pknnk1RrgWPOqZOhlNsSvFTv8rfc08
|
||||||
|
-> ssh-ed25519 YIaSKQ 68vS4sQGTDEaTVVxfs/xeTv379MQ3JE7iyLb1PbUuis
|
||||||
|
1Bh53X0QFednXw74lQ+FbqNDkLBra9rx6nOybcD3FiQ
|
||||||
|
--- HIcPirpTTtlUUGEemDXND/nwiWs4BEhM4rYX18mx71E
|
||||||
|
箜_Ÿvw©\ˆ¯j2æVrK(™á2åÚ@ξ€;Y®AQAƒlMÛá[ÙÁW â—ßƀы<v#"ùóBŒ’O€™É^†©¦-ø¡+ž*m}›¦<>ª\“ª¡gÒ¹'kÓ2I~T¾w’M|¼jó¬˜+*BÖ%æ°xx‘‘€Ó¸õ{Ž O™;Fd„M“
|
||||||
|
ÝPÙEB¡mãdBý¡¿¨[•¼í5Þf˜‰ü#öL- ¢³.4gŽ”FnÀ£q¬òv<C3B2>SV¹¥°÷¤êYÉkä·ï@ÓçlRn
|
||||||
|
!¸'mÿSGìqóÊÖ“0dY1ïL!Jñðä üIÿw
|
|
@ -21,6 +21,8 @@ in with hosts;
|
||||||
"cluster/services/hercules-ci-multi-agent/secrets/hci-cache-credentials-prophet.age".publicKeys = max ++ map systemKeys [ prophet ];
|
"cluster/services/hercules-ci-multi-agent/secrets/hci-cache-credentials-prophet.age".publicKeys = max ++ map systemKeys [ prophet ];
|
||||||
"cluster/services/hercules-ci-multi-agent/secrets/hci-cache-credentials-VEGAS.age".publicKeys = max ++ map systemKeys [ VEGAS ];
|
"cluster/services/hercules-ci-multi-agent/secrets/hci-cache-credentials-VEGAS.age".publicKeys = max ++ map systemKeys [ VEGAS ];
|
||||||
"cluster/services/hercules-ci-multi-agent/secrets/hci-effects-secrets-private-void.age".publicKeys = max ++ map systemKeys [ VEGAS prophet ];
|
"cluster/services/hercules-ci-multi-agent/secrets/hci-effects-secrets-private-void.age".publicKeys = max ++ map systemKeys [ VEGAS prophet ];
|
||||||
|
"cluster/services/hercules-ci-multi-agent/secrets/hci-token-hyprspace-VEGAS.age".publicKeys = max ++ map systemKeys [ VEGAS ];
|
||||||
|
"cluster/services/hercules-ci-multi-agent/secrets/hci-token-hyprspace-prophet.age".publicKeys = max ++ map systemKeys [ prophet ];
|
||||||
"cluster/services/hercules-ci-multi-agent/secrets/hci-token-max-VEGAS.age".publicKeys = max ++ map systemKeys [ VEGAS ];
|
"cluster/services/hercules-ci-multi-agent/secrets/hci-token-max-VEGAS.age".publicKeys = max ++ map systemKeys [ VEGAS ];
|
||||||
"cluster/services/hercules-ci-multi-agent/secrets/hci-token-max-prophet.age".publicKeys = max ++ map systemKeys [ prophet ];
|
"cluster/services/hercules-ci-multi-agent/secrets/hci-token-max-prophet.age".publicKeys = max ++ map systemKeys [ prophet ];
|
||||||
"cluster/services/hercules-ci-multi-agent/secrets/hci-token-nixpak-VEGAS.age".publicKeys = max ++ map systemKeys [ VEGAS ];
|
"cluster/services/hercules-ci-multi-agent/secrets/hci-token-nixpak-VEGAS.age".publicKeys = max ++ map systemKeys [ VEGAS ];
|
||||||
|
|
Loading…
Reference in a new issue