Trust fox for compute node secrets

This commit is contained in:
Rodrigo Arias 2025-08-29 14:35:51 +02:00
parent 79f6e0613e
commit 642840a405

View File

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