From 726111079ef5a9bd33622ecca8f185e8af696925 Mon Sep 17 00:00:00 2001 From: Emile Clark-Boman Date: Thu, 12 Feb 2026 13:26:00 +1000 Subject: [PATCH] ignore matcha for now --- flake.nix | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/flake.nix b/flake.nix index 029c5fa..91d57f6 100644 --- a/flake.nix +++ b/flake.nix @@ -55,7 +55,8 @@ }: let groups = { cryos = { - cryde = {}; # oh frick i cried again + # oh frick i cried again + cryde = {}; }; server = {}; }; @@ -101,11 +102,11 @@ }; # call me a statistician the way she spreads in my sheets - matcha = { - system = "x86_64-linux"; - groups = [groups.server]; - deploy.ssh.host = "bedroom.dobutterfliescry.net"; - }; + # matcha = { + # system = "x86_64-linux"; + # groups = [groups.server]; + # deploy.ssh.host = "bedroom.dobutterfliescry.net"; + # }; }; }; };