about summary refs log tree commit diff
path: root/machines/default.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2021-03-12 00:33:07 +0100
committeraszlig <aszlig@nix.build>2021-03-12 00:33:07 +0100
commite73fcff03faed773df2500965cb9c4a4fcfbc04d (patch)
treee4e0802ca047283833ce1bfb6e5581338b504d74 /machines/default.nix
parent269adb86ad7147501393a79b0db0248d0334695b (diff)
machines: Add temporary laptop slylandro
Since Tishtushi had a SSD failure and thus became a majoor nuisance to
work with, I got a temporary laptop from someone (since I don't know
whether they want to be mentioned, I leave out their name for now) in
order to be able to be more productive than waiting for several seconds
for a 1 KiB text file to be saved.

Right now, I'm not sure whether any firmware is needed for the temporary
laptop, so this is a hardware configuration just to get started with a
proper Hydra channel.

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 2a7394e9..9b2d3e69 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 {};