Distrust fox SSH key

We no longer will share secrets with fox until we can regain our trust.
This commit is contained in:
Rodrigo Arias 2025-05-26 12:00:21 +02:00
parent 1e3c2c02f3
commit 73ae589303

View File

@ -13,7 +13,8 @@ rec {
};
hostGroup = with hosts; rec {
compute = [ owl1 owl2 fox ];
untrusted = [ fox ];
compute = [ owl1 owl2 ];
playground = [ eudy koro ];
storage = [ bay lake2 ];
monitor = [ hut ];