hosts/prophet: enable hyprspace
This commit is contained in:
parent
3f57cd9aa6
commit
12b88d0015
4 changed files with 6 additions and 4 deletions
|
@ -12,10 +12,10 @@ tools: {
|
|||
};
|
||||
};
|
||||
|
||||
# hypr = {
|
||||
# id = "";
|
||||
# addr = "10.100.3.9";
|
||||
# };
|
||||
hypr = {
|
||||
id = "QmbrAHuh4RYcyN9fWePCZMVmQjbaNXtyvrDCWz4VrchbXh";
|
||||
addr = "10.100.3.9";
|
||||
};
|
||||
|
||||
enterprise = {
|
||||
subdomain = "node";
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
inputs.agenix.nixosModules.age
|
||||
|
||||
./services/meet
|
||||
aspect.modules.hyprspace
|
||||
aspect.modules.ipfs
|
||||
|
||||
|
||||
|
|
BIN
secrets/hyprspace-key-prophet.age
Normal file
BIN
secrets/hyprspace-key-prophet.age
Normal file
Binary file not shown.
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue