From 3cb1134c39b6d2738305958fee491598043467b2 Mon Sep 17 00:00:00 2001 From: Emery Hemingway Date: Fri, 29 Nov 2019 14:02:52 +0100 Subject: [PATCH] Blacklist server7 from hail --- hail.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hail.nix b/hail.nix index eb89002..74ac63a 100644 --- a/hail.nix +++ b/hail.nix @@ -8,6 +8,7 @@ let mucbot = true; spaceapi = true; storage-ng = true; # missing secrets submodule + server7 = true; }; physicalHost = host: { inherit host;