about summary refs log tree commit diff
path: root/machines/default.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2022-08-15 16:21:17 +0200
committeraszlig <aszlig@nix.build>2022-08-15 16:21:17 +0200
commite16ee1a165eab876f885940c95aa0136d0df5541 (patch)
treede196245b29491a678620c2507ab46a971231f94 /machines/default.nix
parent5d6dce6aee7c5ce178e59f662ae1307228297a37 (diff)
machines/tishtushi: Remove machine config
I already killed that machine on 2022-08-04:

  tishtushi[~]0> cryptsetup erase /dev/sda2

  WARNING!
  ========
  This operation will erase all keyslots on device /dev/sda2.
  Device will become unusable after this operation.

  Are you sure? (Type 'yes' in capital letters): YES
  tishtushi[~]0> cryptsetup erase /dev/sda3

  WARNING!
  ========
  This operation will erase all keyslots on device /dev/sda3.
  Device will become unusable after this operation.

  Are you sure? (Type 'yes' in capital letters): YES

Since some of the hardware was already broken (touchpad, keyboard, HDD,
SSD and webcam), I hardly doubt that I'll use it again so it makes sense
to remove the config here.

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 bdb15d23..034330a9 100644
--- a/machines/default.nix
+++ b/machines/default.nix
@@ -5,7 +5,6 @@ with import ../lib;
     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 {};
       tyree   = callMachine ./aszlig/managed/tyree.nix {};