hosts/checkmate: add hyprspace
This commit is contained in:
parent
006ef68577
commit
dad0c983e8
4 changed files with 8 additions and 0 deletions
|
@ -12,6 +12,12 @@ tools: {
|
|||
};
|
||||
};
|
||||
|
||||
hypr = {
|
||||
id = "12D3KooWL84sAtq1QTYwb7gVbhSNX5ZUfVt4kgYKz8pdif1zpGUh";
|
||||
addr = "10.100.3.32";
|
||||
listenPort = 995;
|
||||
};
|
||||
|
||||
enterprise = {
|
||||
subdomain = "node";
|
||||
};
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
|
||||
inputs.agenix.nixosModules.age
|
||||
|
||||
aspect.modules.hyprspace
|
||||
aspect.modules.sss
|
||||
]
|
||||
++ aspect.sets.server;
|
||||
|
|
|
@ -41,6 +41,7 @@ in with hosts;
|
|||
"secrets/hydra-builder-key.age".publicKeys = max ++ map systemKeys [ VEGAS ];
|
||||
"secrets/hydra-db-credentials.age".publicKeys = max ++ map systemKeys [ VEGAS ];
|
||||
"secrets/hydra-s3.age".publicKeys = max ++ map systemKeys [ VEGAS ];
|
||||
"secrets/hyprspace-key-checkmate.age".publicKeys = max ++ map systemKeys [ checkmate ];
|
||||
"secrets/hyprspace-key-VEGAS.age".publicKeys = max ++ map systemKeys [ VEGAS ];
|
||||
"secrets/hyprspace-key-prophet.age".publicKeys = max ++ map systemKeys [ prophet ];
|
||||
"secrets/keycloak-dbpass.age".publicKeys = max ++ map systemKeys [ VEGAS ];
|
||||
|
|
BIN
secrets/hyprspace-key-checkmate.age
Normal file
BIN
secrets/hyprspace-key-checkmate.age
Normal file
Binary file not shown.
Loading…
Reference in a new issue