From c72b612a61841ec3dd727aa50cec2e084e89a3f5 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Tue, 27 Sep 2022 11:32:25 +0200 Subject: machines/sternenseemann/ludwig: resurrect This is the old racker machine, but needs to be re-installed (hence the updated stateVersion) and is renamed more consistently. This has not much set up yet, trying to get binary cache up for the first install. cc @aszlig, LMK if this is an unreasonable burden on the builders. --- machines/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'machines/default.nix') diff --git a/machines/default.nix b/machines/default.nix index 034330a9..cb9db428 100644 --- a/machines/default.nix +++ b/machines/default.nix @@ -15,7 +15,7 @@ with import ../lib; sigrun = callMachine devhell/sigrun.nix {}; hildr = callMachine devhell/hildr.nix {}; gunnr = callMachine devhell/gunnr.nix {}; - herja = callMachine devhell/herja.nix {}; + herja = callMachine devhell/herja.nix {}; }; profpatsch = { shiki = callMachine ./profpatsch/shiki.nix {}; @@ -25,7 +25,7 @@ with import ../lib; # mikiya = callMachine ./profpatsch/mikiya.nix {}; }; sternenseemann = { - # racker = callMachine ./sternenseemann/racker.nix {}; + ludwig = callMachine ./sternenseemann/ludwig.nix {}; wolfgang = callMachine ./sternenseemann/wolfgang.nix {}; }; misc = { -- cgit 1.4.1