From e16ee1a165eab876f885940c95aa0136d0df5541 Mon Sep 17 00:00:00 2001 From: aszlig Date: Mon, 15 Aug 2022 16:21:17 +0200 Subject: 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 --- 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 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 {}; -- cgit 1.4.1