ignore matcha for now

This commit is contained in:
do butterflies cry? 2026-02-12 13:26:00 +10:00
parent 16ddee5aca
commit 726111079e

View file

@ -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";
# };
};
};
};