hosts/grail: enable hyprspace

This commit is contained in:
Max Headroom 2023-11-04 01:04:30 +01:00
parent 2c01ab818a
commit d3eb8dd849
4 changed files with 13 additions and 1 deletions

View file

@ -1,4 +1,4 @@
tools: {
tools: rec {
ssh.enable = true;
ssh.id = with tools.dns; {
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBi5Fm2pmMBhRgJms+me1ldt9Vgj9cMSnB7UllSz3mpY";
@ -16,6 +16,15 @@ tools: {
};
};
hyprspace = {
enable = true;
id = "12D3KooWN31twBvdEcxz2jTv4tBfPe3mkNueBwDJFCN4xn7ZwFbi";
listenPort = 995;
routes = [
"${interfaces.vstub.addr}/32"
];
};
enterprise = {
subdomain = "node";
};

View file

@ -11,6 +11,8 @@ in
depot.inputs.agenix.nixosModules.age
depot.nixosModules.serverBase
depot.nixosModules.hyprspace
];
zramSwap.enable = true;

View file

@ -69,6 +69,7 @@ in with hosts;
"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-grail.age".publicKeys = max ++ map systemKeys [ grail ];
"secrets/hyprspace-key-thunderskin.age".publicKeys = max ++ map systemKeys [ thunderskin ];
"secrets/hyprspace-key-VEGAS.age".publicKeys = max ++ map systemKeys [ VEGAS ];
"secrets/hyprspace-key-prophet.age".publicKeys = max ++ map systemKeys [ prophet ];

Binary file not shown.