From 6316a12a67f0453cd631c308a22e7ed0857f8f68 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Mon, 26 May 2025 12:00:21 +0200 Subject: [PATCH] Distrust fox SSH key MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We no longer will share secrets with fox until we can regain our trust. Reviewed-by: Aleix Boné --- keys.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/keys.nix b/keys.nix index a2b8c2c..f3a6bcf 100644 --- a/keys.nix +++ b/keys.nix @@ -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 ];