Skip to content

Commit

Permalink
default: disable feuerbach as it's in testing mode
Browse files Browse the repository at this point in the history
  • Loading branch information
lovesegfault committed Jul 31, 2020
1 parent e45b303 commit bbb8df4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ nixus ({ ... }: {
configuration = ./systems/peano.nix;
};
feuerbach = { ... }: {
enabled = false;
host = "stcg-us-0005-11";
configuration = ./systems/feuerbach.nix;
};
Expand Down

0 comments on commit bbb8df4

Please sign in to comment.