Rekey secrets adding tent for ceph

Reviewed-by: Aleix Boné <abonerib@bsc.es>
This commit is contained in:
2026-03-05 16:02:26 +01:00
parent 46b7efb5ac
commit d3e54b7c99
18 changed files with 66 additions and 63 deletions

View File

@@ -22,8 +22,9 @@ rec {
storage = [ bay lake2 ];
monitor = [ hut ];
login = [ apex ];
services = [ tent ];
system = storage ++ monitor ++ login;
system = storage ++ monitor ++ login ++ services;
safe = system ++ compute;
all = safe ++ playground;
};