From bbb8df4329f27504a61d64828189ad7581c20e2f Mon Sep 17 00:00:00 2001 From: Bernardo Meurer Date: Fri, 31 Jul 2020 14:07:28 -0700 Subject: [PATCH] default: disable feuerbach as it's in testing mode --- default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/default.nix b/default.nix index 918f6c7c4..e22c47565 100644 --- a/default.nix +++ b/default.nix @@ -59,6 +59,7 @@ nixus ({ ... }: { configuration = ./systems/peano.nix; }; feuerbach = { ... }: { + enabled = false; host = "stcg-us-0005-11"; configuration = ./systems/feuerbach.nix; };