From 974bdc8dec5dc1a14452ad7e679fc5c57bf95ec6 Mon Sep 17 00:00:00 2001 From: aszlig Date: Tue, 2 Aug 2022 19:50:21 +0200 Subject: machines: Re-add slylandro with different hardware I've already got a temporary laptop back then where I used the same name and I introduced it in e73fcff03faed773df2500965cb9c4a4fcfbc04d and subsequently removed it in 240378dcec205b78b32c329ff02eb9bea8af2c11. With the new permanent hardware having arrived today, I decided to reuse the name, because it sounds nicer than "tishtushi" (which is my crappy laptop) and I also like the Slylandro Probes[1] a lot in Star Control. The configuration here is pretty much bare-bones as we had before with the temporary hardware and it's essentially a remix between dnyarri and the old config, more to refine later... [1]: https://wiki.uqm.stack.nl/Probe Signed-off-by: aszlig --- machines/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'machines/default.nix') diff --git a/machines/default.nix b/machines/default.nix index d726f01f..e5978a80 100644 --- a/machines/default.nix +++ b/machines/default.nix @@ -4,6 +4,7 @@ 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