Distrust fox SSH key
We no longer will share secrets with fox until we can regain our trust. Reviewed-by: Aleix Boné <abonerib@bsc.es>
This commit is contained in:
parent
db663913d8
commit
6316a12a67
3
keys.nix
3
keys.nix
@ -13,7 +13,8 @@ rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
hostGroup = with hosts; rec {
|
hostGroup = with hosts; rec {
|
||||||
compute = [ owl1 owl2 fox ];
|
untrusted = [ fox ];
|
||||||
|
compute = [ owl1 owl2 ];
|
||||||
playground = [ eudy koro ];
|
playground = [ eudy koro ];
|
||||||
storage = [ bay lake2 ];
|
storage = [ bay lake2 ];
|
||||||
monitor = [ hut ];
|
monitor = [ hut ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user