hosts/checkmate: add hyprspace

This commit is contained in:
Max Headroom 2023-03-01 21:51:49 +01:00
parent 006ef68577
commit dad0c983e8
4 changed files with 8 additions and 0 deletions

View file

@ -12,6 +12,12 @@ tools: {
}; };
}; };
hypr = {
id = "12D3KooWL84sAtq1QTYwb7gVbhSNX5ZUfVt4kgYKz8pdif1zpGUh";
addr = "10.100.3.32";
listenPort = 995;
};
enterprise = { enterprise = {
subdomain = "node"; subdomain = "node";
}; };

View file

@ -8,6 +8,7 @@
inputs.agenix.nixosModules.age inputs.agenix.nixosModules.age
aspect.modules.hyprspace
aspect.modules.sss aspect.modules.sss
] ]
++ aspect.sets.server; ++ aspect.sets.server;

View file

@ -41,6 +41,7 @@ in with hosts;
"secrets/hydra-builder-key.age".publicKeys = max ++ map systemKeys [ VEGAS ]; "secrets/hydra-builder-key.age".publicKeys = max ++ map systemKeys [ VEGAS ];
"secrets/hydra-db-credentials.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/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-VEGAS.age".publicKeys = max ++ map systemKeys [ VEGAS ];
"secrets/hyprspace-key-prophet.age".publicKeys = max ++ map systemKeys [ prophet ]; "secrets/hyprspace-key-prophet.age".publicKeys = max ++ map systemKeys [ prophet ];
"secrets/keycloak-dbpass.age".publicKeys = max ++ map systemKeys [ VEGAS ]; "secrets/keycloak-dbpass.age".publicKeys = max ++ map systemKeys [ VEGAS ];

Binary file not shown.