From e73fcff03faed773df2500965cb9c4a4fcfbc04d Mon Sep 17 00:00:00 2001 From: aszlig Date: Fri, 12 Mar 2021 00:33:07 +0100 Subject: 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 --- 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 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 {}; -- cgit 1.4.1