hosts/prophet: enable hyprspace

This commit is contained in:
Max Headroom 2022-02-05 19:09:35 +01:00
parent 3f57cd9aa6
commit 12b88d0015
4 changed files with 6 additions and 4 deletions

View file

@ -12,10 +12,10 @@ tools: {
};
};
# hypr = {
# id = "";
# addr = "10.100.3.9";
# };
hypr = {
id = "QmbrAHuh4RYcyN9fWePCZMVmQjbaNXtyvrDCWz4VrchbXh";
addr = "10.100.3.9";
};
enterprise = {
subdomain = "node";

View file

@ -10,6 +10,7 @@
inputs.agenix.nixosModules.age
./services/meet
aspect.modules.hyprspace
aspect.modules.ipfs

Binary file not shown.

View file

@ -19,6 +19,7 @@ in with hosts;
"hydra-db-credentials.age".publicKeys = max ++ map systemKeys [ VEGAS ];
"hydra-s3.age".publicKeys = max ++ map systemKeys [ VEGAS ];
"hyprspace-key-VEGAS.age".publicKeys = max ++ map systemKeys [ VEGAS ];
"hyprspace-key-prophet.age".publicKeys = max ++ map systemKeys [ prophet ];
"ipfs-swarm-key.age".publicKeys = max ++ map systemKeys [ VEGAS prophet ];
"keycloak-dbpass.age".publicKeys = max ++ map systemKeys [ VEGAS ];
"matrix-appservice-discord-token.age".publicKeys = max ++ map systemKeys [ VEGAS ];