From 240378dcec205b78b32c329ff02eb9bea8af2c11 Mon Sep 17 00:00:00 2001 From: aszlig Date: Thu, 24 Jun 2021 03:04:20 +0200 Subject: machines: Remove slylandro As mentioned in the initial commit (e73fcff03faed773df2500965cb9c4a4fc), the machine was only temporary as a substitute for tishtushi. Since slylandro had a pretty slow dual core CPU and its own quirks, this was never a long-term solution and for the time being my intentions are to work with dnyarri's new hardware until I have a less annoying setup when I'm on the road again. While writing this message, slylandro just died a gruesome death with "cryptsetup erase", followed by "blkdiscard" on the whole drive. Signed-off-by: aszlig --- machines/default.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'machines/default.nix') diff --git a/machines/default.nix b/machines/default.nix index 68185b9d..e07c7c6b 100644 --- a/machines/default.nix +++ b/machines/default.nix @@ -4,7 +4,6 @@ with import ../lib; aszlig = { dnyarri = callMachine ./aszlig/dnyarri.nix {}; meshuggah = callMachine ./aszlig/meshuggah.nix {}; - slylandro = callMachine ./aszlig/slylandro.nix {}; tishtushi = callMachine ./aszlig/tishtushi.nix {}; managed = { brawndo = callMachine ./aszlig/managed/brawndo.nix {}; -- cgit 1.4.1