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 ];