From 365576778b162d698b302bc76045d11ef7cf5f2e Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Fri, 29 Aug 2025 14:35:51 +0200 Subject: [PATCH] Trust fox for compute node secrets Reviewed-by: Aleix Roca Nonell --- keys.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/keys.nix b/keys.nix index 75f1c38..b26f11a 100644 --- a/keys.nix +++ b/keys.nix @@ -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 ];