about summary refs log tree commit diff
path: root/machines/default.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2022-08-02 19:50:21 +0200
committeraszlig <aszlig@nix.build>2022-08-02 19:50:21 +0200
commit974bdc8dec5dc1a14452ad7e679fc5c57bf95ec6 (patch)
treeea675eb8b84c2e9a88b26853a7fcbcffb22c26d7 /machines/default.nix
parent1040990d6e826b514470344b2b80b3a8034bb11b (diff)
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 <aszlig@nix.build>
Diffstat (limited to 'machines/default.nix')
-rw-r--r--machines/default.nix1
1 files changed, 1 insertions, 0 deletions
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 {};