about summary refs log tree commit diff
path: root/machines/default.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2021-06-24 03:04:20 +0200
committeraszlig <aszlig@nix.build>2021-06-24 03:04:20 +0200
commit240378dcec205b78b32c329ff02eb9bea8af2c11 (patch)
treea3e22499da8dd80c61ff4ba08bc45b4f878be2c9 /machines/default.nix
parent79018abc160a7dbe007eb3cc5e50cced0ca6fed6 (diff)
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 <aszlig@nix.build>
Diffstat (limited to 'machines/default.nix')
-rw-r--r--machines/default.nix1
1 files changed, 0 insertions, 1 deletions
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 {};